fix: revert from default build target

causes issues when building inconsistently
pull/3281/head
yougotwill 2 months ago
parent 059556b870
commit 157df7f6b1

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

Loading…
Cancel
Save