From c0aff225b1133b0be8897672970530348def8ed8 Mon Sep 17 00:00:00 2001 From: agracio Date: Thu, 26 Sep 2024 20:06:40 +0100 Subject: [PATCH] updating install tools for Electron 32 --- tools/install.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/install.js b/tools/install.js index 285975c..9dab748 100644 --- a/tools/install.js +++ b/tools/install.js @@ -158,7 +158,8 @@ else { if(version.startsWith('32')){ configure.on('close', (code) => { - spawn('ls', ['-R', 'build'], { stdio: 'inherit' }); + // spawn('ls', ['-R', 'build'], { stdio: 'inherit' }); + spawn('node-gyp', ['build'], { stdio: 'inherit' }); // Promise.all(replaceCppRuntime()).then((code) => { // spawn('node-gyp', ['build'], { stdio: 'inherit' });