Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

In app.js, if you find

var path = Electron_App.getPath("userData") + "/GMEdit"

and replace it by something like

var path = "./Settings";

it will use a relative path