build: change build torrent command in pipeline

This commit is contained in:
Fhilipe Coelho 2024-04-19 16:35:47 -03:00
parent d953ae9c47
commit 57922eaff0

View File

@ -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