Skip to content

Instantly share code, notes, and snippets.

@Breta01
Last active November 16, 2016 19:39
Show Gist options
  • Save Breta01/e97eb4d827a1e7e0bc7f8e468fb34289 to your computer and use it in GitHub Desktop.
Save Breta01/e97eb4d827a1e7e0bc7f8e468fb34289 to your computer and use it in GitHub Desktop.
Include in package.json
"build": {
"appId": "org.breta.MemoryKing",
"category": "public.app-category.education",
"files": [
"dist/",
"node_modules/",
"static/",
"main.js",
"index.html",
"package.json"
],
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": "nsis"
},
"linux": {
"target": [
"AppImage",
"deb"
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment