Can I have a portable version?
Setting is troublesome
When I want to bring a folder to another computer
In app.js, if you find
app.js
var path = Electron_App.getPath("userData") + "/GMEdit"
and replace it by something like
var path = "./Settings";
it will use a relative path