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.