From 80cb503c48d089ee8f5a86073f0becab0fd7c8c4 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 1 Dec 2020 12:40:02 +0000 Subject: [PATCH 1/2] Upgrade to Electron 11.0.3 We're hoping this may help with frozen window issues in 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 08e9780..3deb17a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "build": { "appId": "im.riot.app", - "electronVersion": "11.0.1", + "electronVersion": "11.0.3", "files": [ "package.json", { From df1c7f2498085dc38e8e9523ee0c94cf6e4b43cd Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 2 Dec 2020 12:17:03 +0000 Subject: [PATCH 2/2] Revert back to the 10.x series The latest 11.x still exhibits https://github.com/vector-im/element-web/issues/15869, so let's try the latest 10.x version instead. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3deb17a..e2d45ef 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "build": { "appId": "im.riot.app", - "electronVersion": "11.0.3", + "electronVersion": "10.1.6", "files": [ "package.json", {