Skip to content

Commit 0a83214

Browse files
committed
fix: add mac zip artifact for auto updates
1 parent cbad70c commit 0a83214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
],
184184
"mac": {
185185
"category": "public.app-category.developer-tools",
186-
"target": "dmg",
186+
"target": ["dmg", "zip"],
187187
"icon": "build/icon.icns",
188188
"artifactName": "${productName}-${version}-${arch}.${ext}",
189189
"hardenedRuntime": true,

0 commit comments

Comments
 (0)