@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user