Accepted... not Approved

This commit is contained in:
Joseph Donofry 2022-09-24 22:46:53 -04:00
parent 7b0ef054d0
commit 951d0f4d23
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ while sleep 60 && date; do
#isSuccess=$(grep "success" "$NOTARIZE_STATUS_LOG")
#isFailure=$(grep "invalid" "$NOTARIZE_STATUS_LOG")
if [ "${sub_status}" = "Approved" ]; then
if [ "${sub_status}" = "Accepted" ]; then
echo "Notarization done!"
xcrun stapler staple -v nheko.dmg
echo "Stapler done!"