1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Fixes windows and linux builds

This commit is contained in:
Nathan Ansel
2025-03-03 10:27:24 -06:00
parent 5cfcf0f436
commit 2e1780c7d0

View File

@@ -37,13 +37,12 @@ async function buildMacOs(context) {
} else if (appOutDir.includes("mac")) {
configuration = "ReleaseDeveloper";
} else {
console.log("########## UNABLE TO DETERMINE CONFIGURATION ##########");
console.log("########## Skipping Autofill Extension Build ##########");
console.log("### Unable to determine configuration, skipping Autofill Extension build");
return;
}
} else {
console.log("### No context found, defaulting to the Debug configuration");
configuration = "Debug";
console.log("### No context found, skipping Autofill Extension build");
return;
}
const proc = child.spawn("xcodebuild", [