Skip to content

Commit

Permalink
fix build err in macOS (electron-userland/electron-builder#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
echowxsy committed Feb 15, 2020
1 parent b48e3ce commit cbd5dc1
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,10 @@
"LICENSE",
"THIRD-PARTY-LICENSES.txt"
],
"dmg": {
"contents": [
{
"x": 438,
"y": 275,
"type": "link",
"path": "/Applications"
},
{
"x": 192,
"y": 275,
"type": "file"
}
]
},
"mac": {
"category": "public.app-category.developer-tools",
"icon": "resources/icon/icon512.png"
"icon": "resources/icon/icon512.png",
"target":"pkg"
},
"linux": {
"category": "Development",
Expand Down

0 comments on commit cbd5dc1

Please sign in to comment.