1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

Getting a bad build :)

This commit is contained in:
Anders Åberg
2025-01-22 17:40:35 +01:00
parent 44e18cf467
commit cd70bd3aa0
6 changed files with 6 additions and 15 deletions

View File

@@ -29,8 +29,8 @@ async function buildMacOs() {
"-configuration",
"Release",
// Uncomment when signing is fixed
// "-xcconfig",
// paths.macOsConfig,
"-xcconfig",
paths.macOsConfig,
]);
stdOutProc(proc);
await new Promise((resolve, reject) =>