Update build-and-publish.yaml
This commit is contained in:
parent
6231d1f47c
commit
9b5b1ee9d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-publish.yaml
vendored
2
.github/workflows/build-and-publish.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue