[osx] proper plist to show up in browsers list (by The-Compiler)
This commit is contained in:
parent
5350b948ea
commit
0f1444125f
@ -134,6 +134,8 @@ def patch_mac_app():
|
|||||||
|
|
||||||
|
|
||||||
INFO_PLIST_UPDATES = {
|
INFO_PLIST_UPDATES = {
|
||||||
|
'CFBundleVersion': qutebrowser.__version__,
|
||||||
|
'CFBundleShortVersionString': qutebrowser.__version__,
|
||||||
'NSSupportsAutomaticGraphicsSwitching': True,
|
'NSSupportsAutomaticGraphicsSwitching': True,
|
||||||
'NSHighResolutionCapable': True,
|
'NSHighResolutionCapable': True,
|
||||||
'CFBundleURLTypes': [{
|
'CFBundleURLTypes': [{
|
||||||
|
Loading…
Reference in New Issue
Block a user