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

use 72D6946D0C58104BE4BA662760B3C4D02AF5F909

This commit is contained in:
Anders Åberg
2025-02-17 22:25:48 +01:00
parent 9a3b104390
commit 8391d2eff2
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@
"entitlementsLoginHelper": "resources/entitlements.mas.loginhelper.plist",
"provisioningProfile": "bitwarden_desktop_appstore.provisionprofile",
"hardenedRuntime": true,
"identity": "Developer ID",
"identity": "72D6946D0C58104BE4BA662760B3C4D02AF5F909",
"extendInfo": {
"LSMinimumSystemVersion": "12",
"ElectronTeamID": "LTZ2PFU5D6"

View File

@@ -65,7 +65,7 @@ async function run(context) {
if (context.targets.some((e) => e.name === "mas-dev")) {
deepAssign(masBuildOptions, {
type: "development",
identity: "Developer ID"
identity: "72D6946D0C58104BE4BA662760B3C4D02AF5F909"
});
}
if (context.packager.packagerOptions.prepackaged == null) {