Add a comment

This commit is contained in:
Florian Bruhin 2016-10-24 22:21:34 +02:00
parent f25fd04100
commit 01344fbed7

View File

@ -71,4 +71,5 @@ app = BUNDLE(coll,
name='qutebrowser.app',
icon=icon,
info_plist={'NSHighResolutionCapable': 'True'},
# https://github.com/pyinstaller/pyinstaller/blob/b78bfe530cdc2904f65ce098bdf2de08c9037abb/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py#L24
bundle_identifier='org.qt-project.Qt.QtWebEngineCore')