Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Always use node.exe 32 bit (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo authored Nov 28, 2016
1 parent 3f4dbd1 commit 3f77cd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ module.exports = function (grunt) {
},
"node-win": {
"dest" : "<%= downloads %>",
"src" : process.arch === "x64" ?
"http://nodejs.org/dist/v<%= node.version %>/win-x64/node.exe" :
"http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe"
"src" : "http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe"
}
},
"clean": {
Expand Down

0 comments on commit 3f77cd7

Please sign in to comment.