We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4dbd1 commit 3f77cd7Copy full SHA for 3f77cd7
Gruntfile.js
@@ -82,9 +82,7 @@ module.exports = function (grunt) {
82
},
83
"node-win": {
84
"dest" : "<%= downloads %>",
85
- "src" : process.arch === "x64" ?
86
- "http://nodejs.org/dist/v<%= node.version %>/win-x64/node.exe" :
87
- "http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe"
+ "src" : "http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe"
88
}
89
90
"clean": {
0 commit comments