build win target on ARM

This commit is contained in:
TC
2022-04-09 23:16:29 +02:00
parent bfb392a326
commit 35fa794395

View File

@ -35,8 +35,20 @@
"!plugins/touchbar${/*}"
],
"target": [
"nsis",
"portable"
{
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
{
"target": "portable",
"arch": [
"x64",
"arm64"
]
}
]
},
"nsis": {