Browse Source

macOS builds: remove zip file after notarization

patch-4
ThomasV 3 years ago
parent
commit
0b30cf80de
  1. 3
      contrib/osx/notarize_app.sh

3
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"

Loading…
Cancel
Save