From 921e77430b26ff31fbcfdb28f636d5d121440dad Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 15 Sep 2021 01:42:02 -0500 Subject: [PATCH] build: remove .sh executables - The size difference is not much - sh executables are slower to load - running sh requires chmod similar to downloaded exe --- building/pack-exe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/building/pack-exe.js b/building/pack-exe.js index 4134ce9b..f755717d 100644 --- a/building/pack-exe.js +++ b/building/pack-exe.js @@ -19,9 +19,9 @@ function main() { if (process.platform === "win32") { exes = [".exe"] } else if (process.platform === "darwin") { - exes = [".app", ".sh"] + exes = [""] } else { - exes = ["", ".sh"] + exes = [""] } return Promise.all(