Linux Electron issues
BurningSands70 opened this issue · 0 comments
BurningSands70 commented
On Linux, this app can only work with Electron 3.x.x, all Electron versions after this create a file that cannot be executed from the File Manager (Nautilus).
Running in Electron 3.x.x also creates another issue, that requires this fix:
https://stackoverflow.com/questions/32621988/electron-jquery-is-not-defined#answer-37480521
One possible solution is to use Electron 3.x.x on all platforms, as we use very little from the Electron API in this project.
Requires further thought.