mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Move pynavlib to collect_all instead of hiddenimports
CURA-12407
This commit is contained in:
parent
5eec594f49
commit
d0560b9a83
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,6 @@ pyinstaller:
|
|||
- "win32cred"
|
||||
- "win32timezone"
|
||||
- "pkgutil"
|
||||
- "pynavlib"
|
||||
hiddenimports_WINDOWS_ONLY:
|
||||
- "PyQt6.Qt"
|
||||
- "PyQt6.Qt6"
|
||||
|
@ -126,6 +125,7 @@ pyinstaller:
|
|||
- "PyQt6.sip"
|
||||
- "stl"
|
||||
- "keyrings.alt"
|
||||
- "pynavlib"
|
||||
collect_all_WINDOWS_ONLY:
|
||||
- "PyQt6.Qt"
|
||||
- "PyQt6.Qt6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue