From b29b6d6eefc9fd63c3bd0b3a23da373e0893ec5c Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Thu, 1 Dec 2022 03:01:43 -0700 Subject: [PATCH] fix: don't remove the python symlink Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> --- macos/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/macos/build.sh b/macos/build.sh index 8956f22d..328c8820 100755 --- a/macos/build.sh +++ b/macos/build.sh @@ -99,8 +99,6 @@ rm -rf pkgs rm -rf cmake rm -rf share/{gtk-,}doc -rm -rf lib/python3.1/ - #remove web engine rm lib/python3.*/site-packages/PyQt5/QtWebEngine* || true rm -r lib/python3.*/site-packages/PyQt5/Qt/translations/qtwebengine* || true