Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.

oh thank you! Google had showed me that there was a terminal workaround but I didn’t understand what they were trying to tell me to do so this should be it I guess