You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While code signing works flawlessly in AppVeyor (windows environment), the installer is signed using SHA1. Win10 requires at least SHA256 and I'm unable to find documentation to specify SHA256 for code signing. Whereas, code signing windows app in OSX environment seems to use SHA256. Am I missing something?
The text was updated successfully, but these errors were encountered:
Release is still not production ready — yet another fix — we must use dual-code sign (sha1+sha256) to not break old Windows version. And sign must be timestamped (as OS X already does).
While code signing works flawlessly in AppVeyor (windows environment), the installer is signed using SHA1. Win10 requires at least SHA256 and I'm unable to find documentation to specify SHA256 for code signing. Whereas, code signing windows app in OSX environment seems to use SHA256. Am I missing something?
The text was updated successfully, but these errors were encountered: