Downgrade electron-updater to 4.3.5.

Newer electron-updater versions are broken on macOS by
https://github.com/electron-userland/electron-builder/issues/5935 as
well as another issue that has not yet been diagnosed.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-07-29 19:05:21 -07:00
parent ceb6417979
commit c00e1618e7
2 changed files with 63 additions and 25 deletions

View File

@@ -153,7 +153,7 @@
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"electron-log": "^4.3.5",
"electron-updater": "^4.3.9",
"electron-updater": "4.3.5",
"electron-window-state": "^5.0.3",
"escape-goat": "^3.0.0",
"get-stream": "^6.0.1",