Skip to content

Commit

Permalink
Merge pull request #7498 from vector-im/dbkr/update_electron_builder
Browse files Browse the repository at this point in the history
Update to latest electron builder
  • Loading branch information
dbkr authored Oct 16, 2018
2 parents 47ade14 + 4e65b5f commit f483fd3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"concurrently": "^4.0.1",
"cpx": "^1.3.2",
"cross-env": "^4.0.0",
"electron-builder": "^11.2.4",
"electron-builder-squirrel-windows": "^11.2.1",
"electron-builder": "^20.28.4",
"electron-builder-squirrel-windows": "^11.6.1",
"electron-devtools-installer": "^2.2.4",
"emojione": "^2.2.7",
"eslint": "^5.6.0",
Expand Down Expand Up @@ -150,12 +150,7 @@
},
"build": {
"appId": "im.riot.app",
"category": "Network",
"electronVersion": "3.0.3",
"//asar=false": "https://github.com/electron-userland/electron-builder/issues/675",
"asar": false,
"dereference": true,
"//files": "We bundle everything, so we only need to include webapp/",
"files": [
"node_modules/**",
"src/**",
Expand All @@ -172,8 +167,13 @@
"StartupWMClass": "riot"
}
},
"mac": {
"category": "public.app-category.social-networking"
},
"win": {
"target": "squirrel"
"target": {
"target": "squirrel"
}
},
"directories": {
"buildResources": "electron_app/build",
Expand Down

0 comments on commit f483fd3

Please sign in to comment.