Skip to content

Commit dd347b5

Browse files
yml updated
1 parent 4fc4c3b commit dd347b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# --- PLUGIN CONFIGURATION ---
3737
# Explicitly enable plugins for Tkinter and Matplotlib.
38-
# This ensures Nuitka correctly bundles the GUI backend for plots.
38+
# This resolves the warning and ensures Nuitka correctly bundles the GUI backend for plots.
3939
enable-plugins: "tk-inter,matplotlib"
4040

4141
script-name: PICA_Launcher_V5p1.py
@@ -63,7 +63,7 @@ jobs:
6363
# --- COPY NON-PYTHON ASSETS ---
6464
# These directories contain assets like images, manuals, etc.
6565
include-data-dir: |
66-
_assets=_assets/
66+
_assets=_assets
6767
include-data-files: |
6868
LICENSE=LICENSE
6969
README.md=README.md

0 commit comments

Comments
 (0)