diff --git a/contrib/osx/notarize_app.sh b/contrib/osx/notarize_app.sh index 1017a4965..7a89456cc 100755 --- a/contrib/osx/notarize_app.sh +++ b/contrib/osx/notarize_app.sh @@ -75,3 +75,6 @@ done # Staple the notary ticket xcrun stapler staple "$APP_BUNDLE" + +# rm zip +rm "${APP_BUNDLE}.zip"