Skip to content

Commit 411781f

Browse files
committed
v0.0.30
1 parent 28090f4 commit 411781f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

electron-builder.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
],
2727
"win": {
2828
"icon": "dist/assets/icons",
29-
"target": ["portable"]
29+
"target": ["portable", "zip"]
3030
},
3131
"mac": {
3232
"icon": "dist/assets/icons",
33-
"target": ["dmg"]
33+
"target": ["dmg", "zip"]
3434
},
3535
"linux": {
3636
"icon": "dist/assets/icons",
37-
"target": ["AppImage"]
37+
"target": ["AppImage", "zip"]
3838
}
3939
}

0 commit comments

Comments
 (0)