Desktop app doesn't work when I package it with electron-packager
luisfpinto opened this issue · 1 comments
luisfpinto commented
Seems to be a problem with cwd
luisfpinto commented
Fixed here 29c5aa9
Change current working directory with process.chdir(__dirname + '/..')