feat: add `mac.target.dmg` for electron-updater
This commit is contained in:
parent
9972319285
commit
43f1bf0269
|
@ -14,7 +14,8 @@
|
||||||
"mac": {
|
"mac": {
|
||||||
"artifactName": "${productName}_${version}.${ext}",
|
"artifactName": "${productName}_${version}.${ext}",
|
||||||
"target": [
|
"target": [
|
||||||
"dmg"
|
"dmg",
|
||||||
|
"zip"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
|
Loading…
Reference in New Issue