From 57922eaff04b8ebe3a005b771db5ce458fd4235f Mon Sep 17 00:00:00 2001 From: Fhilipe Coelho Date: Fri, 19 Apr 2024 16:35:47 -0300 Subject: [PATCH] build: change build torrent command in pipeline --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fff7e9c2..459af536 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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