Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cool, now I'm definitely getting 25.4.6, which runs on Electron 10. I can't pass the `--force-renderer-accessibility` Chromium flag, though. I've tried passing it to the kitch binary in ~/.kitch, as well as to the binary located in the versioned app subdirectory. Any chance you might support letting us pass in that flag?


Thanks.

Admin(+1)

We don’t let arbitrary command line flags through right now for security reasons, but I can look into allowing that one.

Command line flags for electron would be processed here: https://github.com/itchio/itch/blob/master/src/main/main.ts#L38