mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
Use ope identity
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
"entitlementsLoginHelper": "resources/entitlements.mas.loginhelper.plist",
|
||||
"provisioningProfile": "bitwarden_desktop_appstore.provisionprofile",
|
||||
"hardenedRuntime": true,
|
||||
"identity": "M6N9P773KS",
|
||||
"extendInfo": {
|
||||
"LSMinimumSystemVersion": "12",
|
||||
"ElectronTeamID": "LTZ2PFU5D6"
|
||||
|
||||
@@ -63,7 +63,7 @@ async function run(context) {
|
||||
);
|
||||
if (context.targets.some((e) => e.name === "mas-dev")) {
|
||||
deepAssign(masBuildOptions, {
|
||||
type: "development"
|
||||
type: "development",
|
||||
});
|
||||
}
|
||||
if (context.packager.packagerOptions.prepackaged == null) {
|
||||
|
||||
Reference in New Issue
Block a user