mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 16:09:15 +08:00
Hopefully all of the hidden imports are OK now for keyring.
part of CURA-11622
This commit is contained in:
parent
c6a2ccec1e
commit
23cc0b4d01
@ -107,7 +107,16 @@ pyinstaller:
|
|||||||
- "fcntl"
|
- "fcntl"
|
||||||
- "stl"
|
- "stl"
|
||||||
- "serial"
|
- "serial"
|
||||||
|
- "win32cred"
|
||||||
- "win32timezone"
|
- "win32timezone"
|
||||||
|
- "win32ctypes.core.ctypes"
|
||||||
|
- "win32ctypes.core.ctypes._common"
|
||||||
|
- "win32ctypes.core.ctypes._dll"
|
||||||
|
- "win32ctypes.core.ctypes._resource"
|
||||||
|
- "win32ctypes.core.ctypes._system_information"
|
||||||
|
- "win32ctypes.core.ctypes._time"
|
||||||
|
- "win32ctypes.core.ctypes._authentication"
|
||||||
|
- "pkgutil"
|
||||||
collect_all:
|
collect_all:
|
||||||
- "cura"
|
- "cura"
|
||||||
- "UM"
|
- "UM"
|
||||||
@ -119,6 +128,7 @@ pyinstaller:
|
|||||||
- "PyQt6.QtNetwork"
|
- "PyQt6.QtNetwork"
|
||||||
- "PyQt6.sip"
|
- "PyQt6.sip"
|
||||||
- "stl"
|
- "stl"
|
||||||
|
- "keyrings.alt"
|
||||||
icon:
|
icon:
|
||||||
Windows: "./icons/Cura.ico"
|
Windows: "./icons/Cura.ico"
|
||||||
Macos: "./icons/cura.icns"
|
Macos: "./icons/cura.icns"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user