Skip to content

Commit

Permalink
updating install tools for Electron 32
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 26, 2024
1 parent eb760b7 commit c0aff22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down

0 comments on commit c0aff22

Please sign in to comment.