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