Skip to content
Snippets Groups Projects
Verified Commit 700978c5 authored by Joe Donofry's avatar Joe Donofry Committed by Nicolas Werner
Browse files

Accepted... not Approved

parent d422e420
No related branches found
No related tags found
No related merge requests found
......@@ -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!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment