Last active
November 16, 2016 19:39
-
-
Save Breta01/e97eb4d827a1e7e0bc7f8e468fb34289 to your computer and use it in GitHub Desktop.
Include in package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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