From 0b30cf80de3aff6359172372288f537aded60c19 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 3 Jul 2021 14:42:53 +0200 Subject: [PATCH] macOS builds: remove zip file after notarization --- contrib/osx/notarize_app.sh | 3 +++ 1 file changed, 3 insertions(+) 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"