pyinstaller: Set NSHighResolutionCapable = True
This means qutebrowser will show up correctly on HiDPI/Retina screens without being pixelated.
This commit is contained in:
parent
90fa2a50ce
commit
b065d8efcd
@ -70,4 +70,5 @@ coll = COLLECT(exe,
|
|||||||
app = BUNDLE(coll,
|
app = BUNDLE(coll,
|
||||||
name='qutebrowser.app',
|
name='qutebrowser.app',
|
||||||
icon=icon,
|
icon=icon,
|
||||||
|
info_plist={'NSHighResolutionCapable': 'True'},
|
||||||
bundle_identifier=None)
|
bundle_identifier=None)
|
||||||
|
Loading…
Reference in New Issue
Block a user