We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a505d1 commit 377a8f4Copy full SHA for 377a8f4
installer/build-mac-dmg.sh
@@ -70,6 +70,11 @@ pat='RequestUUID = (.*)'
70
REQUEST_UUID="${BASH_REMATCH[1]}"
71
echo " RequestUUID Found: $REQUEST_UUID"
72
73
+if [ "$REQUEST_UUID" == "" ]; then
74
+ echo "Failed to locate REQUEST_UUID, exiting with error."
75
+ exit 1
76
+fi
77
+
78
echo "Check Notarization Progress... (list recent notarization records)"
79
xcrun altool --notarization-history 0 -u "jonathan@openshot.org" -p "@keychain:NOTARIZE_AUTH" | head -n 10
80
0 commit comments