From 2585e9e4c64f29d164177b67209c43c3b4e8cd39 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 27 Sep 2019 11:45:05 -0400 Subject: [PATCH] dont sign libs --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 077ac16371..02bb0fa2e7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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', [