buf icon indicating copy to clipboard operation
buf copied to clipboard

Sign Windows executable

Open doriable opened this issue 1 year ago • 0 comments

Feature

Sign the Windows executables for our release:

  • We can use signtool in cmd/Powershell https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe
  • We can also use a Powershell script that invokes Set-AuthenticodeSignature https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-authenticodesignature?view=powershell-7.4

doriable avatar Jul 22 '24 19:07 doriable