Add dependencies for MacOS system tray icon

This commit is contained in:
JonnyWong16 2020-04-25 20:31:08 -07:00
commit 8226a14b00
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 10 additions and 2 deletions

View file

@ -18,6 +18,7 @@ analysis = Analysis(
('../version.txt', '.')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
hiddenimports=['Foundation', 'AppKit'],
cipher=block_cipher
)
pyz = PYZ(