Skip to content

Commit

Permalink
Downgrade electron to 13.4.0.
Browse files Browse the repository at this point in the history
There is a bug (electron/electron#31152) which does not allow to open files under linux. Downgrade as long as the

Signed-off-by: Nico <nicocarl@protonmail.com>
  • Loading branch information
nicarl committed Oct 7, 2021
1 parent dcfdbd1 commit e87b452
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 218 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"@typescript-eslint/parser": "^4.33.0",
"concurrently": "^6.3.0",
"cross-env": "^7.0.3",
"electron": "^15.1.1",
"electron": "^13.4.0",
"electron-builder": "^22.11.7",
"electron-packager": "^15.4.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit e87b452

Please sign in to comment.