Accepted... not Approved

This commit is contained in:
Joseph Donofry 2022-09-24 22:46:53 -04:00 committed by Nicolas Werner
parent d422e42054
commit 700978c5ec
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
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!"