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