mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: sync with main
This commit is contained in:
commit
cf3b7710e5
22 changed files with 182 additions and 61 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
@ -47,20 +47,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Build with Nuitka
|
||||
uses: Nuitka/Nuitka-Action@main
|
||||
with:
|
||||
nuitka-version: main
|
||||
working-directory: torrent-client
|
||||
script-name: main.py
|
||||
standalone: true
|
||||
enable-plugins: libtorrent
|
||||
output-dir: resources/dist
|
||||
output-file: hydra-download-manager
|
||||
windows-icon-from-ico: images/icon.ico
|
||||
|
||||
# - name: Build with pyinstaller
|
||||
# run: pyinstaller torrent-client/main.py --distpath resources/dist --icon=images/icon.ico -n hydra-download-manager
|
||||
- name: Build with cx_Freeze
|
||||
run: python torrent-client/setup.py build
|
||||
|
||||
- name: Publish
|
||||
run: yarn run publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue