From 01344fbed789b7f6b2578f6a08138ec57fd9b1f2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 24 Oct 2016 22:21:34 +0200 Subject: [PATCH] Add a comment --- misc/qutebrowser.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/qutebrowser.spec b/misc/qutebrowser.spec index 96345485d..81983aa0b 100644 --- a/misc/qutebrowser.spec +++ b/misc/qutebrowser.spec @@ -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')