From 45b7b682b408f9f7ee051753c462281eed1760a8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 24 Sep 2019 10:32:11 -0400 Subject: [PATCH] testing: 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', [