(Win installer) PyInstaller missed this module, supposedly adding it as a hidden import helps.

part of CURA-11622
This commit is contained in:
Remco Burema 2024-12-05 20:13:17 +01:00
parent e01f976605
commit 6445cb0546

View File

@ -107,6 +107,7 @@ pyinstaller:
- "fcntl"
- "stl"
- "serial"
- "win32timezone"
collect_all:
- "cura"
- "UM"