Skip to content

Commit e36d801

Browse files
committed
Bump nexe node version
1 parent b6c2dde commit e36d801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/winbundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async.series([
7070
},
7171
cb => {
7272
console.log("Building executable");
73-
const code = spawnSync('nexe.cmd', ['index.js', '-t', 'windows-x64-12.16.3', '-o', 'nodeodx.exe'], { stdio: "pipe"}).status;
73+
const code = spawnSync('nexe.cmd', ['index.js', '-t', 'windows-x64-14.15.3', '-o', 'nodeodx.exe'], { stdio: "pipe"}).status;
7474

7575
if (code === 0) cb();
7676
else cb(new Error(`nexe returned non-zero error code: ${code}`));

0 commit comments

Comments
 (0)