Skip to content

Commit

Permalink
Updated electron-builder (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Mar 31, 2017
1 parent 6a7aac1 commit 36697b2
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 91 deletions.
35 changes: 15 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,30 @@
"build": {
"productName": "ElectronReact",
"appId": "org.develar.ElectronReact",
"category": "public.app-category.tools",
"files": [
"dist/",
"node_modules/",
"app.html",
"main.js",
"main.js.map",
"package.json"
],
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 150,
"y": 220,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"files": [
"dist/",
"node_modules/",
"app.html",
"main.js",
"main.js.map",
"package.json"
],
"win": {
"target": "nsis"
"target": ["nsis"]
},
"linux": {
"target": [
Expand All @@ -70,9 +68,6 @@
"output": "release"
}
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chentsulin/electron-react-boilerplate.git"
Expand Down Expand Up @@ -141,7 +136,7 @@
"css-loader": "^0.26.1",
"devtron": "^1.4.0",
"electron": "^1.4.15",
"electron-builder": "^13.3.2",
"electron-builder": "^16.6.0",
"electron-devtools-installer": "^2.0.1",
"enzyme": "^2.7.1",
"eslint": "^3.14.0",
Expand Down
Loading

0 comments on commit 36697b2

Please sign in to comment.