Skip to content

Commit 6f98434

Browse files
committed
Fix: specify dmg target in mac config
When the target array was removed to enable CLI arch control, we need to still specify the target type (dmg). Without this, electron-builder doesn't know what artifact to produce.
1 parent 8a3068a commit 6f98434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
],
121121
"mac": {
122122
"category": "public.app-category.developer-tools",
123+
"target": "dmg",
123124
"icon": "build/icon.icns",
124125
"artifactName": "${productName}-${version}-${arch}.${ext}",
125126
"hardenedRuntime": true,

0 commit comments

Comments
 (0)