Hello. I tried playing but when i tried to open it said the file was damaged when I tried to open the game (zip worked fine). I was trying to play using a mac with OS 11.6, so it could be that the mac version doesn't work or that it is only for pre Catalina (10.15), which removed the 32-bit processor, and the game is 32-bit only?
We haven't signed or notarized the .app file yet (this is complicated). The workaround for it right now is to enter a series of commands through Terminal.app to self-sign the package.
cd ~/Downloads
xattr -dr com.apple.quarantine "Vermillion Descent.app"
codesign -s - --force --deep "Vermillion Descent.app"
It should work afterwards.