very hopeful for a macos build or native linux build in the future. <3 keep up the good work.
0xEFF
2
Posts
1
Followers
1
Following
A member registered Jan 07, 2017 · View creator page →
Creator of
Recent community posts
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.