David Maus
Results
2
comments of
David Maus
I think you can edit the userData Path? Something like: ``` if (isDevelopment) { app.setPath('userData', path.join(__dirname, 'config')) } else { app.setPath('userData', path.join(path.dirname(process.execPath), 'config')) } ```
Same for me. Any answers/ideas?