Try to fix that not all pyqt dynamic libs are in the win-install.

part of CURA-11622
This commit is contained in:
Remco Burema 2024-12-10 13:16:29 +01:00
parent ef02ab543e
commit e2c3dd62ce

View File

@ -125,6 +125,7 @@ pyinstaller:
- "sqlite3" - "sqlite3"
- "trimesh" - "trimesh"
- "win32ctypes" - "win32ctypes"
- "PyQt6"
- "PyQt6.QtNetwork" - "PyQt6.QtNetwork"
- "PyQt6.sip" - "PyQt6.sip"
- "stl" - "stl"