summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-08-03 08:21:30 +1200
committertoofar <toofar@spalge.com>2023-08-12 13:36:50 +1200
commit32470686cef83fc00680939415913c7fdccf0e3c (patch)
treef4fcf24d71ff0525a6f858f176e7f2ccccb26273
parent088d6f48c2f9d805dbf259d8d7dd17087ee1617d (diff)
downloadqutebrowser-32470686cef83fc00680939415913c7fdccf0e3c.tar.gz
qutebrowser-32470686cef83fc00680939415913c7fdccf0e3c.zip
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
-rw-r--r--misc/qutebrowser.spec3
1 files changed, 1 insertions, 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')