From 47c840215f85e3c8240cbbe4faa5024651e8c527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20G=C3=B3rak?= Date: Wed, 6 Feb 2019 21:05:20 +0100 Subject: [PATCH] Allow 32 bits builds back for Windows --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f95bcb3..4aaeae3 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,8 @@ { "target": "nsis", "arch": [ - "x64" + "x64", + "ia32" ] } ],