From fdc3ed7d14c6740220961baf4d5e02d0df035b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Tue, 27 Apr 2021 14:27:11 +0200 Subject: [PATCH] fix code sign issue on Catalina --- tools/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build.sh b/tools/build.sh index 9766e0f53c..b7cbae5f3e 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -169,6 +169,8 @@ main () { poetry run python3 "$openpype_root/tools/build_dependencies.py" if [[ "$OSTYPE" == "darwin"* ]]; then + # fix code signing issue + codesign --remote-signature "$openpype_root/build/OpenPype.app/Contents/MacOS/lib/Python" if command -v create-dmg > /dev/null 2>&1; then create-dmg \ --volname "OpenPype Installer" \