mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
skip notarization
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user