build_release: Fix casing for framework name

This commit is contained in:
Florian Bruhin 2017-10-04 19:09:54 +02:00
parent bae49c9366
commit 09f2b06081

View File

@ -100,7 +100,7 @@ def patch_mac_app():
app_path = os.path.join('dist', 'qutebrowser.app')
qtwe_core_dir = os.path.join('.tox', 'pyinstaller', 'lib', 'python3.6',
'site-packages', 'PyQt5', 'Qt', 'lib',
'QtWebengineCore.framework')
'QtWebEngineCore.framework')
# Copy QtWebEngineProcess.app
proc_app = 'QtWebEngineProcess.app'
shutil.copytree(os.path.join(qtwe_core_dir, 'Helpers', proc_app),