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