From 9b5b1ee9d0d9eaeaa48b454b8fbe860e8f1d0d3e Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 21 Nov 2024 12:34:02 +0000 Subject: [PATCH] Update build-and-publish.yaml --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index dabf783..66c65b9 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -72,7 +72,7 @@ jobs: - name: Bundle Syng run: | - pip install -r requirements-client.txt + pip install -r requirements.txt pyinstaller -n "syng-${{ env.VERSION }}" -F -w -i'.\syng.ico' --add-data='.\syng.ico;.' --add-data='.\background.png;.' --add-data='.\background20perc.png;.' --add-binary '.\libmpv-2.dll;.' --add-binary '.\ffmpeg.exe;.' syng/main.py working-directory: ./work