From e9f57f64339bacf5ab0b82d64f52c1ce1e88d1c3 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:45:53 +0200 Subject: [PATCH] fixed typo --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index b7cbae5f3e..d0593a2b2f 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -170,7 +170,7 @@ main () { if [[ "$OSTYPE" == "darwin"* ]]; then # fix code signing issue - codesign --remote-signature "$openpype_root/build/OpenPype.app/Contents/MacOS/lib/Python" + codesign --remove-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" \