mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-26 16:13:55 -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"
|
- "win32cred"
|
||||||
- "win32timezone"
|
- "win32timezone"
|
||||||
- "pkgutil"
|
- "pkgutil"
|
||||||
- "pynavlib"
|
|
||||||
hiddenimports_WINDOWS_ONLY:
|
hiddenimports_WINDOWS_ONLY:
|
||||||
- "PyQt6.Qt"
|
- "PyQt6.Qt"
|
||||||
- "PyQt6.Qt6"
|
- "PyQt6.Qt6"
|
||||||
|
@ -126,6 +125,7 @@ pyinstaller:
|
||||||
- "PyQt6.sip"
|
- "PyQt6.sip"
|
||||||
- "stl"
|
- "stl"
|
||||||
- "keyrings.alt"
|
- "keyrings.alt"
|
||||||
|
- "pynavlib"
|
||||||
collect_all_WINDOWS_ONLY:
|
collect_all_WINDOWS_ONLY:
|
||||||
- "PyQt6.Qt"
|
- "PyQt6.Qt"
|
||||||
- "PyQt6.Qt6"
|
- "PyQt6.Qt6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue