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