1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01:00

dont sign libs

This commit is contained in:
Kyle Spearrin 2019-09-27 11:45:05 -04:00
parent fc160432e3
commit 2585e9e4c6

View File

@ -197,7 +197,7 @@ function distSafariApp(cb, subBuildPath, devId) {
}).then(() => {
const libs = fs.readdirSync(builtAppexFrameworkPath).filter((p) => p.endsWith('.dylib'))
.map((p) => builtAppexFrameworkPath + p);
const allItems = libs.concat([builtAppexPath]);
const allItems = [].concat([builtAppexPath]);
const promises = [];
allItems.forEach ((i) => {
const proc = child.spawn('codesign', [