We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ea332 commit 316694fCopy full SHA for 316694f
1 file changed
.github/workflows/build-exe.yml
@@ -32,11 +32,11 @@ jobs:
32
33
# --- FINAL CORRECTED CONFIGURATION ---
34
35
- # This is the corrected input name to specify the MSVC compiler.
+ # This ensures Nuitka finds and uses the MSVC compiler.
36
msvc: 'latest'
37
38
- # Enable plugins for GUI and scientific libraries.
39
- enable-plugins: "qt-binding,numpy"
+ # Corrected the plugin name to 'qt-bindings' and added 'tk-inter' for robustness.
+ enable-plugins: "qt-bindings,numpy,tk-inter"
40
41
# Pass Nuitka command-line arguments.
42
script-name: PICA_Launcher_V4.py --onefile
0 commit comments