From 44573451e0f66992ef549d9feda17250c492c96e Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:33:06 +0200 Subject: [PATCH] test with 32bit architecture for windows --- gui/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui/package.json b/gui/package.json index 86f6e817..72bda038 100644 --- a/gui/package.json +++ b/gui/package.json @@ -77,6 +77,10 @@ "icon": "src/img/icon.png", "target": [ "nsis" + ], + "arch": [ + "x64", + "ia32" ] }, "linux": {