Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

when i try to open the game it says that its damaged and i should move it to the trash. 
(mac btw)

Yes, someone else brought this up in our Discord server and we found a solution. You need to open a terminal in the folder where the app is downloaded and write "xattr -cr ./Identity.app" (without quotes). This removes the download attributes assigned to the app launcher.

It seems to be a problem with how Godot builds for macs at least on the current stable version, although there have been similar issues in the past with macs that have been fixed with new engine versions. For more info you can look up threads about the issue such as this: https://www.reddit.com/r/godot/comments/nm5xtf/mac_export_wont_start_when_downlo...

So the thing is I have no idea about computer stuff...but I put that in the terminal and it said 'No such file: ./Identity.app'

You must first have the terminal be acting in the directory where your game is located for that command to work. You can look up tutorials on how to change directory on a mac terminal.