We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc4c3b commit dd347b5Copy full SHA for dd347b5
1 file changed
.github/workflows/build-exe.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# --- PLUGIN CONFIGURATION ---
37
# Explicitly enable plugins for Tkinter and Matplotlib.
38
- # This ensures Nuitka correctly bundles the GUI backend for plots.
+ # This resolves the warning and ensures Nuitka correctly bundles the GUI backend for plots.
39
enable-plugins: "tk-inter,matplotlib"
40
41
script-name: PICA_Launcher_V5p1.py
@@ -63,7 +63,7 @@ jobs:
63
# --- COPY NON-PYTHON ASSETS ---
64
# These directories contain assets like images, manuals, etc.
65
include-data-dir: |
66
- _assets=_assets/
+ _assets=_assets
67
include-data-files: |
68
LICENSE=LICENSE
69
README.md=README.md
0 commit comments