mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Add dependencies for MacOS system tray icon
This commit is contained in:
parent
c6bd1b06f2
commit
8226a14b00
3 changed files with 10 additions and 2 deletions
|
@ -18,6 +18,7 @@ analysis = Analysis(
|
|||
('../version.txt', '.')
|
||||
],
|
||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||
hiddenimports=['Foundation', 'AppKit'],
|
||||
cipher=block_cipher
|
||||
)
|
||||
pyz = PYZ(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue