fixed building installer dir

This commit is contained in:
Christoph Stahl 2025-02-15 18:06:22 +01:00
parent bb4607e198
commit 9e0b41505c

View file

@ -85,7 +85,7 @@ jobs:
- name: Bundle Syng (install) - name: Bundle Syng (install)
run: run:
pyinstaller -n -D -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;.' -n syng syng/main.py pyinstaller -D -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;.' -n syng syng/main.py
working-directory: ./work/install working-directory: ./work/install
- name: Upload artifact (portable) - name: Upload artifact (portable)