Merge branch 'main' into main

This commit is contained in:
kittykel 2024-06-29 18:03:43 -07:00 committed by GitHub
commit f2f00021cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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": {