`electron.shell.openItem` was changed to `openPath`
pyrocto opened this issue · 0 comments
pyrocto commented
Technical information
Using version:
-
master
(running from GitHub-published source code, currentlyv2.2.8-pre
) -
latest
(latest release, currentlyv2.2.7
) -
vX.X.X
(specify other version)
Running on:
- Linux
- Windows
- macOS
How comfortable you are with your system and/or IT in general:
- I'm kind of lost, honestly
- I know what's up, I could help you run some commands or checks
- My machine is fully under my control, tell me what you need
- I attended Defcon last year
Problem
In Electron 10, they replaced openItem
by openPath
. The calls to openItem
now cause a panic.