Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

as a workaround, you could try and create config file in the same folder as the binaries and name it `homegirl.json`, then put the following in it

{
    "drives": {
        "sys": "./system_drive/",
        "user": "../../../Homegirl/user_drive/"
    },
    "network": {
        "cache": "../../../Homegirl/network_cache/"
    },
    "permissions": {
        "sys": 4294967295,
        "user": 65280
    }
}