1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

skip notarization

This commit is contained in:
Anders Åberg
2025-02-18 10:01:41 +01:00
parent 8c7e7ace3f
commit 71e3b8a9f6

View File

@@ -75,7 +75,7 @@ async function run(context) {
}
}
if (macBuild || copyAutofillExtension) {
if (macBuild) {
console.log("### Notarizing " + appPath);
if (process.env.APP_STORE_CONNECT_TEAM_ISSUER) {
const appleApiIssuer = process.env.APP_STORE_CONNECT_TEAM_ISSUER;
@@ -99,5 +99,7 @@ async function run(context) {
appleIdPassword: appleIdPassword,
});
}
} else {
console.log("### Skipping notarization");
}
}