mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
build: change build torrent command in pipeline
This commit is contained in:
parent
903dd2e774
commit
de8067f605
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Build with pyinstaller
|
||||
run: pyinstaller torrent-client/main.py --distpath resources/dist --icon=images/icon.ico -n hydra-download-manager
|
||||
run: python torrent-client/setup.py build
|
||||
|
||||
- name: Publish
|
||||
run: yarn run publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue