fix: 🩹 Restore the windows build configuration

This commit is contained in:
viarotel 2024-11-06 18:58:34 +08:00
parent 85bf0961e5
commit 9491069716

View File

@ -13,6 +13,18 @@
{
"target": "nsis",
"arch": ["x64", "arm64"]
},
{
"target": "zip",
"arch": ["x64", "arm64"]
},
{
"target": "portable",
"arch": ["x64", "arm64"]
},
{
"target": "appx",
"arch": ["x64", "arm64"]
}
],
"artifactName": "${productName}-${version}-win-${arch}.${ext}",