Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, the Mac version won't work as you supplied it.
I saw this a lot during Ludum Dare, the .app gets corrupted when uploaded by itself, it has to be placed inside a .dmg to protect it.
I was able to un-corrupt it using some terminal commands.  If you'd like I can package it in a .dmg and get it back to you.

how do you manage to do it?

you’ll need to do a bit of Terminal maintenance. Right-click the .app, navigate to /Contents/MacOS, and find the single Unix executable file. Open a terminal window and type in “chmod +x “, then drag in the Unix executable. You should wind up something that looks like this:

chmod +x /Users/UserName/Downloads/GameName.app/Contents/MacOS/GameName

Hit enter, you should see the icon change, and your .app should be good to go!