Skip to main content

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

Mac Version Permissions:

# Navigate to the application directory

cd ~/Downloads/MyMacBuild.app/Contents/MacOS/

# Add executable permissions

chmod +x MyMacBuild

# Alternatively, try this command

chmod -R 777 MyMacBuild.app