Fix Windows build: use --collect-all PyQt6 to ensure platform plugins are bundled
This commit is contained in:
@@ -29,6 +29,7 @@ def build():
|
||||
"--windowed",
|
||||
"--hidden-import=pkgutil",
|
||||
"--hidden-import=PyQt6.sip",
|
||||
"--collect-all", "PyQt6",
|
||||
"--paths", "src",
|
||||
f"--add-data=app_icon.png{sep}.",
|
||||
"src/main.py"
|
||||
|
||||
Reference in New Issue
Block a user