Update build-and-publish.yaml

This commit is contained in:
Christoph Stahl 2024-11-21 12:34:02 +00:00
parent 6231d1f47c
commit 9b5b1ee9d0

View file

@ -72,7 +72,7 @@ jobs:
- name: Bundle Syng - name: Bundle Syng
run: | 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 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 working-directory: ./work