diff --git a/package/Tautulli-macos.spec b/package/Tautulli-macos.spec index f083e1c7..15c52517 100644 --- a/package/Tautulli-macos.spec +++ b/package/Tautulli-macos.spec @@ -50,6 +50,7 @@ app = BUNDLE( version=VERSION, info_plist={ 'LSBackgroundOnly': True, - 'LSUIElement': True + 'LSUIElement': True, + 'NSHighResolutionCapable': True } )