windows arm build for community is back

This commit is contained in:
SPRINX0\prochazka
2025-07-30 10:44:33 +02:00
parent c9be5fb125
commit 062d168c97
2 changed files with 5 additions and 2 deletions

View File

@@ -85,13 +85,15 @@
{
"target": "nsis",
"arch": [
"x64"
"x64",
"arm64"
]
},
{
"target": "zip",
"arch": [
"x64"
"x64",
"arm64"
]
}
],