feat: separate macos build targets

pull/3281/head
yougotwill 3 months ago
parent 07ac6fa47b
commit 6b47bc0b43

@ -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