[osx] proper plist to show up in browsers list (by The-Compiler)

This commit is contained in:
Anton S 2017-10-05 01:13:53 +03:00
parent 5350b948ea
commit 0f1444125f

View File

@ -134,6 +134,8 @@ def patch_mac_app():
INFO_PLIST_UPDATES = {
'CFBundleVersion': qutebrowser.__version__,
'CFBundleShortVersionString': qutebrowser.__version__,
'NSSupportsAutomaticGraphicsSwitching': True,
'NSHighResolutionCapable': True,
'CFBundleURLTypes': [{