Our macOS bundle identifier currently is org.qt-project.Qt.QtWebEngineCore because that used to be needed for QtWebEngine to find its resources.
In PyInstaller, related code was removed:
pyinstaller/pyinstaller@9ed0c84
pyinstaller/pyinstaller@3c0902f
pyinstaller/pyinstaller@75c5321
pyinstaller/pyinstaller@af23dcc
So we could probably switch to org.qutebrowser.qutebrowser nowadays?
Our macOS bundle identifier currently is
org.qt-project.Qt.QtWebEngineCorebecause that used to be needed for QtWebEngine to find its resources.In PyInstaller, related code was removed:
pyinstaller/pyinstaller@9ed0c84
pyinstaller/pyinstaller@3c0902f
pyinstaller/pyinstaller@75c5321
pyinstaller/pyinstaller@af23dcc
So we could probably switch to
org.qutebrowser.qutebrowsernowadays?