feat: use default mac os build target

pull/3281/head
yougotwill 2 months ago
parent dd86a6758b
commit 059556b870

@ -228,25 +228,13 @@
"icon": "build/icon-mac.icns",
"target": [
{
"target": "dmg",
"target": "default",
"arch": [
"arm64"
]
},
{
"target": "zip",
"arch": [
"arm64"
]
},
{
"target": "dmg",
"arch": [
"x64"
]
},
{
"target": "zip",
"target": "default",
"arch": [
"x64"
]

Loading…
Cancel
Save