Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

dwineman

1
Posts
6
Following
A member registered Dec 21, 2015

Recent community posts

That's only part of the issue. The executable inside the .app bundle has the wrong permissions set (the execute bit is missing). Users will have to run 

chmod +x "Snekcross MAC v1.2.app/Contents/MacOS/Snekcross"

(from the directory where the app is installed) before following the instructions in Godot's guide.