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

Don't notarize

This commit is contained in:
Anders Åberg
2025-02-17 20:36:27 +01:00
parent b5e5108bf0
commit 2dce24c73a

View File

@@ -76,7 +76,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;