mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
dont sign libs
This commit is contained in:
@@ -197,7 +197,7 @@ function distSafariApp(cb, subBuildPath, devId) {
|
|||||||
}).then(() => {
|
}).then(() => {
|
||||||
const libs = fs.readdirSync(builtAppexFrameworkPath).filter((p) => p.endsWith('.dylib'))
|
const libs = fs.readdirSync(builtAppexFrameworkPath).filter((p) => p.endsWith('.dylib'))
|
||||||
.map((p) => builtAppexFrameworkPath + p);
|
.map((p) => builtAppexFrameworkPath + p);
|
||||||
const allItems = libs.concat([builtAppexPath]);
|
const allItems = [].concat([builtAppexPath]);
|
||||||
const promises = [];
|
const promises = [];
|
||||||
allItems.forEach ((i) => {
|
allItems.forEach ((i) => {
|
||||||
const proc = child.spawn('codesign', [
|
const proc = child.spawn('codesign', [
|
||||||
|
|||||||
Reference in New Issue
Block a user