Merge branch 'osx_app_build' of https://github.com/edrex/qutebrowser into edrex-osx_app_build

This commit is contained in:
Florian Bruhin 2016-10-24 22:21:11 +02:00
commit f25fd04100

View File

@ -71,4 +71,4 @@ app = BUNDLE(coll,
name='qutebrowser.app',
icon=icon,
info_plist={'NSHighResolutionCapable': 'True'},
bundle_identifier=None)
bundle_identifier='org.qt-project.Qt.QtWebEngineCore')