Skip to main content

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

Add the executable flag to the linux executable.

here is one command that adds it for just the user that owns the file:
chmod u+x ./Cute\ Reapers\ in\ my\ Room.x86_64

if you want to check if a file is an executable, run:
file filename
and check for: ELF executable in the output