Upgrade to Electron 5

The APIs related to custom protocols went through some changes for Electron 5.x,
so adjusts Riot's usages to match.

I have scanned the Electron 5.x release notes, and I can't see anything else
that requires immediate changes. Things appear to be working well after the
upgrade.

Fixes https://github.com/vector-im/riot-web/issues/10296
Fixes https://github.com/vector-im/riot-web/issues/9562
This commit is contained in:
J. Ryan Stinnett 2019-07-22 14:32:50 +01:00
parent e71fcc33f9
commit 88e8fbb39a
3 changed files with 12 additions and 14 deletions

View file

@ -154,7 +154,7 @@
},
"build": {
"appId": "im.riot.app",
"electronVersion": "4.2.6",
"electronVersion": "5.0.7",
"files": [
"node_modules/**",
"src/**"