summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/dev/build_release.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 6d0c1ee14..c8438c801 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -245,6 +245,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'