From e547be89b315d2689b63394c221705c3c7447b74 Mon Sep 17 00:00:00 2001 From: ficristo Date: Sun, 20 Nov 2016 10:19:40 +0100 Subject: [PATCH] Always use node.exe 32 bit --- 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": {