Skip to content

Commit f21a5c6

Browse files
committed
disable notarization temporarily
1 parent d2485cc commit f21a5c6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/sign-macos.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ else
5757
printf '%s' "$MACOS_NOTARY_KEY" | base64 --decode > "$NOTARY_KEY_FILE"
5858
fi
5959

60-
xcrun notarytool submit "notarization.zip" \
61-
--team-id "$MACOS_NOTARY_TEAM_ID" \
62-
--issuer "$MACOS_NOTARY_ISSUER_ID" \
63-
--key-id "$MACOS_NOTARY_KEY_ID" \
64-
--key "$NOTARY_KEY_FILE" \
65-
--wait
60+
# xcrun notarytool submit "notarization.zip" \
61+
# --team-id "$MACOS_NOTARY_TEAM_ID" \
62+
# --issuer "$MACOS_NOTARY_ISSUER_ID" \
63+
# --key-id "$MACOS_NOTARY_KEY_ID" \
64+
# --key "$NOTARY_KEY_FILE" \
65+
# --wait
6666

6767
echo "Attach staple"
6868
xcrun stapler staple "$APP_PATH"

0 commit comments

Comments
 (0)