Skip to content

Commit

Permalink
Downgrade Electron from 26.2.1 to 25.8.1 to avoid renderer crash.
Browse files Browse the repository at this point in the history
electron/electron#39775

Fixes #1327.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk committed Sep 14, 2023
1 parent e90f373 commit ae642bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"adm-zip": "^0.5.5",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"electron": "^26.2.1",
"electron": "^25.8.1",
"electron-builder": "^24.6.4",
"electron-log": "^4.3.5",
"electron-updater": "^6.1.4",
Expand Down

0 comments on commit ae642bc

Please sign in to comment.