1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

Reduce signature time for MAS builds

This commit is contained in:
Isaiah Inuwa
2026-01-08 08:29:13 -06:00
parent 1748f26b2c
commit cbf8258b44
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ async function run(context) {
fse.mkdirSync(path.join(appPath, "Contents/PlugIns"));
}
fse.copySync(extensionPath, path.join(appPath, "Contents/PlugIns/autofill-extension.appex"));
shouldResign = true;
}
}