Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+6)(-1)

I got this game for Mac. 
It says "“Stacklands” is damaged and can’t be opened. You should move it to the Bin."

Not sure how to fix it. 

(+2)

I just got the game and have the same error even after changing the file permissions in the download page.

Same here

to make it work on mac do the following:
open the terminal where you put Stacklands.app and enter the following

chmod +x Stacklands.app/Contents/MacOS/Stacklands
xattr -r -d com.apple.quarantine Stacklands.app/

I tired this. 
I ran: 
chmod +x Stacklands.app/Contents/MacOS/Stacklands xattr -r -d com.apple.quarantine Stacklands.app/
And get the following errors:

chmod: xattr: No such file or directory

chmod: -r: No such file or directory

chmod: -d: No such file or directory

chmod: com.apple.quarantine: No such file or directory