Inlcude Footer PNG
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 3m31s
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 3m31s
This commit is contained in:
@@ -29,9 +29,11 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
# Include SeaLoader.png so the packaged app icon in-app works
|
# Bundle PNG resources referenced at runtime
|
||||||
$addData = "SeaLoader.png;." # Windows uses ';' for --add-data
|
pyinstaller --noconfirm --onefile --windowed sealoader_gui.py --name SeaLoader `
|
||||||
pyinstaller --noconfirm --onefile --windowed sealoader_gui.py --name SeaLoader --add-data "$addData" --icon SeaLoader.ico
|
--add-data "SeaLoader.png;." `
|
||||||
|
--add-data "hrsys.png;." `
|
||||||
|
--icon SeaLoader.ico
|
||||||
|
|
||||||
- name: Prepare artifact
|
- name: Prepare artifact
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user