How to configure OpenFL to sign Windows build?

I’m trying to get OpenFL to sign the Windows exe build.

I have a p12 certificate and can sign it via command line using signtool.

However, adding the “certificate” tag in our project.xml file doesn’t seem to do anything. Is the tag specific to iOS and Android builds, or am I missing a step?

This isn’t supported in the tools yet but sounds like it might not be hard

Pull requests would be awesome for anyone helping in this!

For anyone else searching for a solution: basically you use an external tool to sign your EXE file later.
Microsoft has a page on explaining this rather well. Link: how to sign your EXE app bundle.

1 Like