diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2022-09-24 22:46:53 -0400 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2022-09-24 22:46:53 -0400 |
commit | 951d0f4d23ea80a9864f8458e029541402fb59f8 (patch) | |
tree | 9b9ec1c414eeac19b6be716182f8e2f184a400d0 /.ci | |
parent | apple's service cares about spaces (diff) | |
download | nheko-951d0f4d23ea80a9864f8458e029541402fb59f8.tar.xz |
Accepted... not Approved
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/macos/notarize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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!" |