Merge pull request #1029 from th-ch/windows-arm-build

build win target on ARM
This commit is contained in:
th-ch
2023-02-15 21:09:04 +01:00
committed by GitHub

View File

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