From 32470686cef83fc00680939415913c7fdccf0e3c Mon Sep 17 00:00:00 2001 From: toofar Date: Thu, 3 Aug 2023 08:21:30 +1200 Subject: macOS: switch to more suitable bundle ID Trying to switch the bundle ID again and see if that makes things work. Will need to check 5.15 too. ref: https://github.com/qutebrowser/qutebrowser/pull/7803#issuecomment-1657106925 Closes: #5180 --- misc/qutebrowser.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/qutebrowser.spec b/misc/qutebrowser.spec index 120d05138..ecb9da68e 100644 --- a/misc/qutebrowser.spec +++ b/misc/qutebrowser.spec @@ -137,5 +137,4 @@ app = BUNDLE(coll, name='qutebrowser.app', icon=icon, info_plist=INFO_PLIST_UPDATES, - # https://github.com/pyinstaller/pyinstaller/blob/b78bfe530cdc2904f65ce098bdf2de08c9037abb/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py#L24 - bundle_identifier='org.qt-project.Qt.QtWebEngineCore') + bundle_identifier='org.qutebrowser.qutebrowser') -- cgit v1.2.3-54-g00ecf