From 3f77cd77e57b7725bbfaeb371167adfd4c9333d3 Mon Sep 17 00:00:00 2001 From: ficristo Date: Mon, 28 Nov 2016 19:43:57 +0100 Subject: [PATCH] Always use node.exe 32 bit (#595) --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index dd9940985..cd2071174 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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": {