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