File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments