From 4dfe1c6ab66e5fc4a3b775f82a1b41dfe999d7f5 Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Mon, 24 Oct 2016 10:17:39 -0700 Subject: [PATCH] Set the bundle identifier to a fake value to allow icu data to be found. --- misc/qutebrowser.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qutebrowser.spec b/misc/qutebrowser.spec index d6045feaa..96345485d 100644 --- a/misc/qutebrowser.spec +++ b/misc/qutebrowser.spec @@ -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')