From d11a7e77ac92192b6ada940e464debf26eebfd6b Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 1 Apr 2021 11:53:24 +0100 Subject: [PATCH] Upgrade to Electron 12.0.2 This is a [major release](https://www.electronjs.org/blog/electron-12-0) upgrade. There are a few breaking changes, but none seem to affect us. We believe moving to Electron 12 will help with some graphics issues on certain systems. Fixes https://github.com/vector-im/element-web/issues/15869 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ddf5ab..2b5fa75 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "build": { "appId": "im.riot.app", - "electronVersion": "11.4.1", + "electronVersion": "12.0.2", "files": [ "package.json", {