Accept Developer ID G2 certificates
This commit is contained in:
parent
e5da3016ea
commit
6867f26f19
1 changed files with 5 additions and 1 deletions
|
|
@ -307,7 +307,11 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (platform === "macos" || platform === "all") {
|
if (platform === "macos" || platform === "all") {
|
||||||
const cert = await findCertificate(jwt, ["DEVELOPER_ID_APPLICATION"], macosCertificateId);
|
const cert = await findCertificate(
|
||||||
|
jwt,
|
||||||
|
["DEVELOPER_ID_APPLICATION", "DEVELOPER_ID_APPLICATION_G2"],
|
||||||
|
macosCertificateId,
|
||||||
|
);
|
||||||
const targets = [appId, networkId].map((identifier) => ({
|
const targets = [appId, networkId].map((identifier) => ({
|
||||||
identifier,
|
identifier,
|
||||||
name: `${identifier}.developer-id`,
|
name: `${identifier}.developer-id`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue