Change the default Windows build version from ia32 to x64 (#987)

This commit is contained in:
AdySnowflake
2025-04-12 03:06:49 +08:00
committed by GitHub
parent 12da3c06f5
commit 46a2bda669
+1 -1
View File
@@ -26,7 +26,7 @@ module.exports = defineConfig({
target: [
{
target: "nsis",
arch: ["ia32"],
arch: ["x64"],
},
],
icon: "src/assets/icon.ico",