1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00

sign libs

This commit is contained in:
Kyle Spearrin 2019-09-24 10:43:35 -04:00
parent 45b7b682b4
commit db55601fcd

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 = [].concat([builtAppexPath]);
const allItems = libs.concat([builtAppexPath]);
const promises = [];
allItems.forEach ((i) => {
const proc = child.spawn('codesign', [