From 424fcbbda4e4f0b9b7312da963d4cc3c8cd21ed3 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Thu, 8 Jun 2023 10:21:10 +0200 Subject: [PATCH] fix macos notarization scripts --- scripts/macOS/internal/2c_notarize_appbundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/macOS/internal/2c_notarize_appbundle.sh b/scripts/macOS/internal/2c_notarize_appbundle.sh index 2a1be5b88..29025b79c 100644 --- a/scripts/macOS/internal/2c_notarize_appbundle.sh +++ b/scripts/macOS/internal/2c_notarize_appbundle.sh @@ -28,7 +28,7 @@ case $i in esac done -xcrun notarytool store-credentials "notarytool-profile" --apple-id $NOTAR_USER --password $NOTAR_PASSWORD +xcrun notarytool store-credentials "notarytool-profile" --apple-id "$NOTAR_USER" --password "$NOTAR_PASSWORD" ditto -c -k --keepParent "$INSTALL_PATH/meshlab.app" "$INSTALL_PATH/notarization.zip"