feat: building a release now targets both architectures

pull/3281/head
yougotwill 2 months ago
parent c53fef17f3
commit 9e6d0792ff

@ -227,8 +227,30 @@
"category": "public.app-category.social-networking",
"icon": "build/icon-mac.icns",
"target": [
"dmg",
"zip"
{
"target": "dmg",
"arch": [
"arm64"
]
},
{
"target": "zip",
"arch": [
"arm64"
]
},
{
"target": "dmg",
"arch": [
"x64"
]
},
{
"target": "zip",
"arch": [
"x64"
]
}
],
"bundleVersion": "1",
"hardenedRuntime": true,

Loading…
Cancel
Save