Hide macOS dock icon for pkg install

This commit is contained in:
JonnyWong16 2020-07-03 19:46:27 -07:00
parent 78c5b45e43
commit 6710e42134
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -47,5 +47,9 @@ app = BUNDLE(
name='Tautulli.app',
icon='../data/interfaces/default/images/logo-circle.icns',
bundle_identifier='com.Tautulli.Tautulli',
version=VERSION
version=VERSION,
info_plist={
'LSBackgroundOnly': True,
'LSUIElement': True
}
)