We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dc244 commit 46bbc61Copy full SHA for 46bbc61
scripts/package-macos.sh
@@ -33,7 +33,9 @@ if [[ -n "$MACOS_NOTARY_KEY_ID" ]]; then
33
--key-id "$MACOS_NOTARY_KEY_ID" \
34
--issuer "$MACOS_NOTARY_ISSUER_ID" \
35
--team-id "$MACOS_NOTARY_TEAM_ID" \
36
- --wait
+ --wait \
37
+ --output-format json \
38
+ --log-file notarization-log.json
39
40
xcrun stapler staple "$DMG_PATH"
41
echo "Notarized and stapled DMG."
0 commit comments