Set the bundle identifier to a fake value to allow icu data to be found.

This commit is contained in:
Eric Drechsel 2016-10-24 10:17:39 -07:00
parent ebe656fdf9
commit 4dfe1c6ab6

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')