v2.2.0: updated notarize.sh to automatically staple

This commit is contained in:
Evan Debenham
2023-09-24 10:50:55 -04:00
parent cd2a70aea3
commit 7f5c82ee81

View File

@@ -63,4 +63,6 @@ xcrun notarytool submit "${APP}".zip \
rm -rf "${APP}".zip
echo "Notarizing finished, if it worked, run: xcrun stapler staple \"${APP}\""
echo "Notarizing finished, stapling..."
xcrun stapler staple "${APP}"