1
0

macOS builds: remove zip file after notarization

This commit is contained in:
ThomasV
2021-07-03 14:42:53 +02:00
parent a339338958
commit 0b30cf80de

View File

@@ -75,3 +75,6 @@ done
# Staple the notary ticket
xcrun stapler staple "$APP_BUNDLE"
# rm zip
rm "${APP_BUNDLE}.zip"