mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Hide macOS dock icon for pkg install
This commit is contained in:
parent
78c5b45e43
commit
6710e42134
1 changed files with 5 additions and 1 deletions
|
@ -47,5 +47,9 @@ app = BUNDLE(
|
||||||
name='Tautulli.app',
|
name='Tautulli.app',
|
||||||
icon='../data/interfaces/default/images/logo-circle.icns',
|
icon='../data/interfaces/default/images/logo-circle.icns',
|
||||||
bundle_identifier='com.Tautulli.Tautulli',
|
bundle_identifier='com.Tautulli.Tautulli',
|
||||||
version=VERSION
|
version=VERSION,
|
||||||
|
info_plist={
|
||||||
|
'LSBackgroundOnly': True,
|
||||||
|
'LSUIElement': True
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue