Fix Windows build: add missing pkgutil hidden import
All checks were successful
Build Linux / Build Linux (push) Successful in 1m37s
Build Windows / Build Windows (push) Successful in 2m52s

This commit is contained in:
2026-01-31 11:14:18 +01:00
parent 772827082e
commit 274a6778b3
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ def build():
sys.executable, "-m", "PyInstaller",
"--onefile",
"--windowed",
"--hidden-import=pkgutil",
"--paths", "src",
f"--add-data=app_icon.png{sep}.",
"src/main.py"