Skip to content

Commit

Permalink
Fix electron-builder settings due new version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Dec 11, 2016
1 parent f332aad commit 61b993f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
"dist:winlinux": "npm run compile && npm run build:linux && npm run build:win"
},
"build": {
"app-bundle-id": "org.sqlectron.gui",
"app-category-type": "public.app-category.developer-tools",
"osx": {
"appId": "org.sqlectron.gui",
"mac": {
"category": "public.app-category.developer-tools"
},
"dmg": {
"contents": [
{
"x": 438,
Expand Down

0 comments on commit 61b993f

Please sign in to comment.