build: arm64 on windows, universal on mac

This commit is contained in:
Vendicated 2024-06-29 12:36:49 +02:00
parent 0e49e5e8f6
commit 9e3d83a2ee
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -118,8 +118,7 @@
{ {
"target": "default", "target": "default",
"arch": [ "arch": [
"x64", "universal"
"arm64"
] ]
} }
], ],
@ -158,8 +157,20 @@
}, },
"win": { "win": {
"target": [ "target": [
"nsis", {
"zip" "target": "nsis",
"arch": [
"x64",
"arm64"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
}
] ]
}, },
"publish": { "publish": {