Closed cmdcolin closed 2 weeks ago
The electron 32 update removed the "path" attribute from the File object (https://www.electronjs.org/blog/electron-32-0)
Change to using webUtils.getPathForFile(file) instead of file.path
The electron 32 update removed the "path" attribute from the File object (https://www.electronjs.org/blog/electron-32-0)
Change to using webUtils.getPathForFile(file) instead of file.path