Add dependencies for MacOS system tray icon
This commit is contained in:
@@ -18,6 +18,7 @@ analysis = Analysis(
|
||||
('../version.txt', '.')
|
||||
],
|
||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||
hiddenimports=['Foundation', 'AppKit'],
|
||||
cipher=block_cipher
|
||||
)
|
||||
pyz = PYZ(
|
||||
|
Reference in New Issue
Block a user