From 09f2b060818efde163ece24140815c76598b4794 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 4 Oct 2017 19:09:54 +0200 Subject: [PATCH] build_release: Fix casing for framework name --- scripts/dev/build_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py index 1e2bd5b6d..db0fafe8f 100755 --- a/scripts/dev/build_release.py +++ b/scripts/dev/build_release.py @@ -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),