Fix Workflow
This commit is contained in:
@@ -18,8 +18,7 @@ jobs:
|
||||
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
|
||||
if [ -f SeaLoader.png ]; then ADD_FLAG="--add-data SeaLoader.png;."; else ADD_FLAG=""; fi
|
||||
pyinstaller --noconfirm --onefile --windowed sealoader_gui.py --name SeaLoader $ADD_FLAG --icon SeaLoader.ico'"
|
||||
pyinstaller --noconfirm --onefile --windowed sealoader_gui.py --name SeaLoader --add-data \"SeaLoader.png;.\" --icon SeaLoader.ico'"
|
||||
|
||||
- name: Prepare artifact
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user