Skip to content

Commit

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

0 comments on commit d39b25b

Please sign in to comment.