feat(build-windows): Add support for IA32 (resolves #1110)

This commit is contained in:
JellyBrick
2023-10-07 22:51:50 +09:00
parent 375fb082f0
commit be26827609

View File

@ -52,6 +52,7 @@
"target": "nsis",
"arch": [
"x64",
"ia32",
"arm64"
]
},
@ -59,6 +60,7 @@
"target": "portable",
"arch": [
"x64",
"ia32",
"arm64"
]
}