Skip to content

Commit

Permalink
add mas and dmg build back
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Oct 26, 2023
1 parent ebf8c5a commit b37151f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"mac": {
"category": "public.app-category.productivity",
"target": [
"zip"
"zip",
"dmg",
"mas"
],
"icon": "build/icon.icns",
"bundleVersion": "119",
Expand Down

0 comments on commit b37151f

Please sign in to comment.