From 7f5c82ee8177a846975079070c8f05395e197bc8 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 24 Sep 2023 10:50:55 -0400 Subject: [PATCH] v2.2.0: updated notarize.sh to automatically staple --- desktop/notarize.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/notarize.sh b/desktop/notarize.sh index 6970f70a6..b0b35ab5b 100755 --- a/desktop/notarize.sh +++ b/desktop/notarize.sh @@ -63,4 +63,6 @@ xcrun notarytool submit "${APP}".zip \ rm -rf "${APP}".zip -echo "Notarizing finished, if it worked, run: xcrun stapler staple \"${APP}\"" \ No newline at end of file +echo "Notarizing finished, stapling..." + +xcrun stapler staple "${APP}" \ No newline at end of file