Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm having issues while trying to modify the app using the terminal for the Mac version like you've described. everything works as it should up until I press enter and it gives me the message "zsh: command not found: chmod-R777" . I've tried multiple variations of the command and continue to get pretty much the exact same result each time.

The -R 777 is an argument to the command, so there should be a space before it Correct: chmod -R 777 [filename] Incorrect: chmod-R777 [filename]