Add pynavlib explicitely to pyinstaller

CURA-12407
This commit is contained in:
Erwan MATHIEU 2025-02-19 08:59:17 +01:00
parent 61ab800857
commit 5eec594f49

View File

@ -110,6 +110,7 @@ pyinstaller:
- "win32cred" - "win32cred"
- "win32timezone" - "win32timezone"
- "pkgutil" - "pkgutil"
- "pynavlib"
hiddenimports_WINDOWS_ONLY: hiddenimports_WINDOWS_ONLY:
- "PyQt6.Qt" - "PyQt6.Qt"
- "PyQt6.Qt6" - "PyQt6.Qt6"