We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55179a9 commit cc586afCopy full SHA for cc586af
.github/workflows/software.yml
@@ -76,6 +76,8 @@ jobs:
76
name: inputmodule-control.exe
77
path: target/x86_64-pc-windows-msvc/release/inputmodule-control.exe
78
79
+ # Or manually with
80
+ # pyinstaller --onefile --windowed --add-data 'res;res' ledmatrix_control.py
81
build-gui:
82
name: Build GUI
83
runs-on: windows-latest
@@ -90,7 +92,7 @@ jobs:
90
92
spec: ledmatrix_control.py #'src/build.spec'
91
93
requirements: 'requirements.txt'
94
upload_exe_with_name: 'ledmatrix_control.py'
- options: --onefile, --name "ledmatrix_control", --windowed,
95
+ options: --onefile, --windowed, --add-data 'res;res'
96
97
lints:
98
name: Lints
0 commit comments