From be2682760993a853afe52dba337d8128fbbebbf3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 7 Oct 2023 22:51:50 +0900 Subject: [PATCH] feat(build-windows): Add support for IA32 (resolves #1110) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index cfbeef69..1c4b8c2f 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "target": "nsis", "arch": [ "x64", + "ia32", "arm64" ] }, @@ -59,6 +60,7 @@ "target": "portable", "arch": [ "x64", + "ia32", "arm64" ] }