Skip to content

Commit 3f77cd7

Browse files
authored
Always use node.exe 32 bit (adobe#595)
1 parent 3f4dbd1 commit 3f77cd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ module.exports = function (grunt) {
8282
},
8383
"node-win": {
8484
"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"
85+
"src" : "http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe"
8886
}
8987
},
9088
"clean": {

0 commit comments

Comments
 (0)