Skip to content

Commit

Permalink
v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Jan 17, 2021
1 parent 28090f4 commit 411781f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
],
"win": {
"icon": "dist/assets/icons",
"target": ["portable"]
"target": ["portable", "zip"]
},
"mac": {
"icon": "dist/assets/icons",
"target": ["dmg"]
"target": ["dmg", "zip"]
},
"linux": {
"icon": "dist/assets/icons",
"target": ["AppImage"]
"target": ["AppImage", "zip"]
}
}

0 comments on commit 411781f

Please sign in to comment.