Skip to main content

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

go in a terminal and type:

# echo electron /path-of-the-game-executable > launcher.sh

# chmod +x launcher.sh

replace /path-of-the-game-executable by the path to the game and you can call the launcher whatever you want. Put the launcher on your desktop and just launch it whenever you want to play. (also make sure you have no file called launcher.sh in that directory)