pyinstaller: Disable symlink patching for now

See #7252
This commit is contained in:
Florian Bruhin 2022-06-15 15:59:40 +02:00
parent 42ab19b63b
commit 6ff6ce23e5
1 changed files with 4 additions and 0 deletions

View File

@ -251,6 +251,10 @@ def patch_mac_app(qt6: bool) -> None:
resources_path = contents_path / 'Resources'
pyqt_path = macos_path / f'PyQt{ver}'
# FIXME:qt6 Bring this back and upstream?
if qt6:
return
# Replace some duplicate files by symlinks
framework_path = pyqt_path / f'Qt{ver}' / 'lib' / 'QtWebEngineCore.framework'