Skip to content

Commit

Permalink
Zip before notarizing
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Apr 4, 2024
1 parent 34b79d4 commit 6eb04c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/notarize-macos-app.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
echo "Notarizing $1"
xcrun notarytool submit $1 \
zip $1.zip $1
xcrun notarytool submit $1.zip \
--apple-id "$MACOS_NOTARY_APPLE_ID" \
--team-id "$MACOS_NOTARY_TEAM_ID" \
--password "$MACOS_NOTARY_PASSWORD" \
Expand Down

0 comments on commit 6eb04c6

Please sign in to comment.