mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix macos notarization scripts
This commit is contained in:
parent
bcd070823f
commit
424fcbbda4
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user