From 951d0f4d23ea80a9864f8458e029541402fb59f8 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Sat, 24 Sep 2022 22:46:53 -0400 Subject: [PATCH] Accepted... not Approved --- .ci/macos/notarize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index ed398ee3..0b327ac6 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -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!"