Advertisement

Digital signatures

Started by September 19, 2020 05:21 PM
3 comments, last by Shaarigan 4 years, 2 months ago

When we go to release our game, I assume that we will need to digitally sign it before distribution.

Does anyone have experience with how to sign an exe using modern tools? Thanks for your help!

Not sure if this tool is modern enough, but we just use this to sign our software (not a game): https://docs.microsoft.com/en-us/dotnet/framework/tools/signtool-exe

Advertisement

Thanks. I’ll look into it. ?

In Windows, assuming you build everything using Visual Studio, there is a setting in VS to apply a certificate whenever you build an assembly

This topic is closed to new replies.

Advertisement