Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can I have a portable version?

Setting is troublesome

When I want to bring a folder to another computer


(+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