(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" - "fcntl"
- "stl" - "stl"
- "serial" - "serial"
- "win32timezone"
collect_all: collect_all:
- "cura" - "cura"
- "UM" - "UM"