scripts: Use new Qt path in build_release
This commit is contained in:
parent
51972fa4e2
commit
e6e7e95013
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue