scripts: Use new Qt path in build_release

This commit is contained in:
Florian Bruhin 2021-10-21 18:18:36 +02:00
parent 51972fa4e2
commit e6e7e95013
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def patch_mac_app():
# Replace some duplicate files by symlinks
framework_path = os.path.join(app_path, 'Contents', 'MacOS', 'PyQt5',
'Qt', 'lib', 'QtWebEngineCore.framework')
'Qt5', 'lib', 'QtWebEngineCore.framework')
core_lib = os.path.join(framework_path, 'Versions', '5', 'QtWebEngineCore')
os.remove(core_lib)