fix deploy

This commit is contained in:
2025-09-16 13:09:37 -04:00
parent a51f341cf3
commit 9afa50820b

View File

@@ -27,7 +27,7 @@ jobs:
- name: Build EXE with PyInstaller (Windows target via Docker) - name: Build EXE with PyInstaller (Windows target via Docker)
run: | run: |
docker run --rm -v "$PWD":/src cdrx/pyinstaller-windows:python3 \ docker run --rm -v "$PWD":/src cdrx/pyinstaller-windows:python3 \
"/bin/sh -lc 'set -e; if [ -f requirements.txt ]; then pip install -r requirements.txt; fi; pyinstaller --noconfirm --onefile --windowed sealoader_gui.py --name SeaLoader --add-data ""SeaLoader.png;."" $( [ -f SeaLoader.ico ] && echo --icon SeaLoader.ico )'" "/bin/sh -lc 'set -e; if [ -f requirements.txt ]; then pip install -r requirements.txt; fi; pyinstaller --noconfirm --onefile --windowed sealoader_gui.py --name SeaLoader --add-data ""SeaLoader.png:."" $( [ -f SeaLoader.ico ] && echo --icon SeaLoader.ico )'"
- name: Prepare artifact - name: Prepare artifact
run: | run: |