Skip to content

Commit

Permalink
Bump node.js version, used in nexe, to 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Jun 28, 2017
1 parent 5299a13 commit d273230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexe/build.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var nodeVer = '4.7.3';
var nodeVer = '4.8.3';
var nexeBase = '.';
var nodeSrc = nexeBase + '/node/' + nodeVer + '/_/'; // TODO: auto search folder
var yencSrc = './yencode-src/';
var python = 'python';
var makeArgs = ["-j", "4"];
var makeArgs = ["-j", "1"];
var vcBuildArch = "x86"; // x86 or x64

var fs = require('fs');
Expand Down

0 comments on commit d273230

Please sign in to comment.