mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Accepted... not Approved
This commit is contained in:
parent
7b0ef054d0
commit
951d0f4d23
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ while sleep 60 && date; do
|
||||||
#isSuccess=$(grep "success" "$NOTARIZE_STATUS_LOG")
|
#isSuccess=$(grep "success" "$NOTARIZE_STATUS_LOG")
|
||||||
#isFailure=$(grep "invalid" "$NOTARIZE_STATUS_LOG")
|
#isFailure=$(grep "invalid" "$NOTARIZE_STATUS_LOG")
|
||||||
|
|
||||||
if [ "${sub_status}" = "Approved" ]; then
|
if [ "${sub_status}" = "Accepted" ]; then
|
||||||
echo "Notarization done!"
|
echo "Notarization done!"
|
||||||
xcrun stapler staple -v nheko.dmg
|
xcrun stapler staple -v nheko.dmg
|
||||||
echo "Stapler done!"
|
echo "Stapler done!"
|
||||||
|
|
Loading…
Reference in a new issue