Skip to content

Commit 6ea02b1

Browse files
Update build-exe.yml
1 parent 24e5480 commit 6ea02b1

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,18 @@ jobs:
3232
with:
3333
nuitka-version: '2.6'
3434
msvc: 'latest'
35-
36-
# Nuitka 2.6+ auto-detects pandas and qt. We only need numpy and tk-inter.
3735
enable-plugins: "numpy,tk-inter"
36+
37+
# --- CORRECTED SYNTAX BELOW ---
38+
# Provide the script name ONLY.
39+
script-name: PICA_Launcher_V4.py
40+
41+
# Provide all other Nuitka command-line flags here.
42+
nuitka-args: --onefile
3843

39-
# Pass Nuitka command-line arguments.
40-
script-name: PICA_Launcher_V4.py --onefile
41-
42-
# Hide the console window.
44+
# Action-specific inputs remain separate.
4345
disable-console: true
44-
45-
# Set the application icon.
4646
windows-icon-from-ico: _assets/LOGO/UGC_DAE_CSR.ico
47-
48-
# Include necessary data directories.
4947
include-data-dir: |
5048
_assets=_assets
5149
Delta_mode=Delta_mode

0 commit comments

Comments
 (0)