Skip to content

Commit

Permalink
Update electron to 4.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyThGod committed Dec 17, 2018
1 parent 80ff8d0 commit 4396137
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"win": {
"target": [{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}],
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
],
"icon": "build/icon.ico"
},
"linux": {
Expand All @@ -44,7 +46,8 @@
"background": "build/background.png",
"icon": "build/icon.icns",
"iconSize": 100,
"contents": [{
"contents": [
{
"x": 380,
"y": 280,
"type": "link",
Expand All @@ -67,11 +70,10 @@
"email": "amanharwara@gmail.com"
},
"license": "GNU GPLv3",
"devDependencies": {
"electron": "^3.0.10"
},
"devDependencies": {},
"dependencies": {
"electron": "^4.0.0-beta.9",
"mousetrap": "^1.6.2",
"node-fetch": "^2.2.0"
}
}
}

0 comments on commit 4396137

Please sign in to comment.