-
Notifications
You must be signed in to change notification settings - Fork 13
Description
In order to remove the windows defender warnings, application release has to be code signed.
The documentation available at electron-builder suggests that in order to sign your app, you need a certificate and it has to be bought from one of the authorized vendors from Microsoft. They recommend the one from digicert which costs around $699 a year.
Electron's official docs also touch on the matter with a similar suggestion:
Get a Windows Authenticode code signing certificate (requires an annual fee)
You can get a code signing certificate from a lot of resellers. Prices vary, so it may be worth your time to shop around. Popular resellers include: Digicert
I'm eagerly looking for some help around code signing this application without spending much money considering it is suppose to be a completely open source app. If you have any experience around code signing windows builds. Kindly reply in the thread.