Skip to content

Commit 70d85a5

Browse files
authored
🤖 fix: add mac zip artifact for auto updates (#515)
## Summary - add zip to the mac electron-builder targets so auto-updater has the required archive ## Testing - not run (config-only change) _Generated with `cmux`_
1 parent 44aa3e5 commit 70d85a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@
183183
],
184184
"mac": {
185185
"category": "public.app-category.developer-tools",
186-
"target": "dmg",
186+
"target": [
187+
"dmg",
188+
"zip"
189+
],
187190
"icon": "build/icon.icns",
188191
"artifactName": "${productName}-${version}-${arch}.${ext}",
189192
"hardenedRuntime": true,

0 commit comments

Comments
 (0)