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

remove identiy from elecontr-builder

This commit is contained in:
Anders Åberg
2025-02-18 09:08:37 +01:00
parent 56ea910690
commit aa802cea6a

View File

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