fix: add PIL._tkinter_finder hidden import for Linux PyInstaller build

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cosmic-frost-8b10
2026-03-06 12:30:05 +00:00
committed by IPGO Developer
parent c3124aeb7d
commit feff23fba9

View File

@@ -133,6 +133,7 @@ def build():
cmd_parts.extend([ cmd_parts.extend([
"--hidden-import", "customtkinter", "--hidden-import", "customtkinter",
"--hidden-import", "PIL", "--hidden-import", "PIL",
"--hidden-import", "PIL._tkinter_finder",
"--hidden-import", "pyotp", "--hidden-import", "pyotp",
"--hidden-import", "pyte", "--hidden-import", "pyte",
"--hidden-import", "psutil", "--hidden-import", "psutil",