fix macos notarization scripts

This commit is contained in:
Alessandro Muntoni 2023-06-08 10:21:10 +02:00
parent bcd070823f
commit 424fcbbda4

View File

@ -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"