Merge branch 'edrex-osx_app_build'
This commit is contained in:
commit
6935a195e1
@ -263,6 +263,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Helen Sherwood-Taylor
|
* Helen Sherwood-Taylor
|
||||||
* HalosGhost
|
* HalosGhost
|
||||||
* Gregor Pohl
|
* Gregor Pohl
|
||||||
|
* Eric Drechsel
|
||||||
* Eivind Uggedal
|
* Eivind Uggedal
|
||||||
* Dietrich Daroch
|
* Dietrich Daroch
|
||||||
* Derek Sivers
|
* Derek Sivers
|
||||||
|
@ -71,4 +71,5 @@ app = BUNDLE(coll,
|
|||||||
name='qutebrowser.app',
|
name='qutebrowser.app',
|
||||||
icon=icon,
|
icon=icon,
|
||||||
info_plist={'NSHighResolutionCapable': 'True'},
|
info_plist={'NSHighResolutionCapable': 'True'},
|
||||||
bundle_identifier=None)
|
# https://github.com/pyinstaller/pyinstaller/blob/b78bfe530cdc2904f65ce098bdf2de08c9037abb/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py#L24
|
||||||
|
bundle_identifier='org.qt-project.Qt.QtWebEngineCore')
|
||||||
|
Loading…
Reference in New Issue
Block a user