Skip to content

Commit 46bbc61

Browse files
committed
Update package script
1 parent 12dc244 commit 46bbc61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/package-macos.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ if [[ -n "$MACOS_NOTARY_KEY_ID" ]]; then
3333
--key-id "$MACOS_NOTARY_KEY_ID" \
3434
--issuer "$MACOS_NOTARY_ISSUER_ID" \
3535
--team-id "$MACOS_NOTARY_TEAM_ID" \
36-
--wait
36+
--wait \
37+
--output-format json \
38+
--log-file notarization-log.json
3739

3840
xcrun stapler staple "$DMG_PATH"
3941
echo "Notarized and stapled DMG."

0 commit comments

Comments
 (0)