fixes Linux bugs

This commit is contained in:
2025-06-05 15:12:31 -07:00
parent 45dfe44b59
commit 073bfbf7d9
2 changed files with 9 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hiddenimports=['qrcode', 'PIL', 'PIL._tkinter_finder', 'pystray._base', 'gi', 'gi.repository.AppIndicator3'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
@@ -29,7 +29,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
console=True, # Setting to True temporarily for debugging
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,