From 7b1ff0efc605d9ce165dd589fedf0f8789154fb4 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 13 May 2016 15:15:51 -0700 Subject: [PATCH] Only build 32-bit binaries for Windows --- bin/package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/package.js b/bin/package.js index de7c2e04..967792df 100755 --- a/bin/package.js +++ b/bin/package.js @@ -135,8 +135,8 @@ var win32 = { // Build for Windows. platform: 'win32', - // Build 64 bit binaries only. - arch: 'x64', + // Build 32 bit binaries only. + arch: 'ia32', // Object hash of application metadata to embed into the executable (Windows only) 'version-string': {