Skip to content

Commit 316694f

Browse files
Update build-exe.yml
1 parent 47ea332 commit 316694f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232

3333
# --- FINAL CORRECTED CONFIGURATION ---
3434

35-
# This is the corrected input name to specify the MSVC compiler.
35+
# This ensures Nuitka finds and uses the MSVC compiler.
3636
msvc: 'latest'
3737

38-
# Enable plugins for GUI and scientific libraries.
39-
enable-plugins: "qt-binding,numpy"
38+
# Corrected the plugin name to 'qt-bindings' and added 'tk-inter' for robustness.
39+
enable-plugins: "qt-bindings,numpy,tk-inter"
4040

4141
# Pass Nuitka command-line arguments.
4242
script-name: PICA_Launcher_V4.py --onefile

0 commit comments

Comments
 (0)