Fix rcodesign notary key output
This commit is contained in:
parent
4f765df2a9
commit
a84922f4f3
2 changed files with 4 additions and 4 deletions
|
|
@ -502,10 +502,10 @@ notarize_dmg_if_requested() {
|
|||
fi
|
||||
key_json="${apple_root}/notary-api-key.json"
|
||||
rcodesign encode-app-store-connect-api-key \
|
||||
--output-path "$key_json" \
|
||||
"$ASC_API_ISSUER_ID" \
|
||||
"$ASC_API_KEY_ID" \
|
||||
"$ASC_API_KEY_PATH" \
|
||||
"$key_json"
|
||||
"$ASC_API_KEY_PATH"
|
||||
rcodesign notary-submit --api-key-file "$key_json" --wait --staple "$dmg"
|
||||
rm -f "$key_json"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue