Skip to content

Commit b3c1416

Browse files
committed
fix: downgrade electron to 37
Electron 38+ has issues, see #86, we can hope that this gets fixed in future versions.
1 parent 37fd2d5 commit b3c1416

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

package-lock.json

Lines changed: 5 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/eslint-plugin": "^7.18.0",
3737
"@typescript-eslint/parser": "^7.18.0",
3838
"daisyui": "^5.5.14",
39-
"electron": "^41.1.1",
39+
"electron": "^37.10.3",
4040
"electron-forge-maker-appimage": "git+https://github.com/duzda/electron-forge-maker-appimage",
4141
"electron-forge-maker-pacman": "git+https://github.com/duzda/electron-forge-maker-pacman",
4242
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)