Updates build to use SHA256 hash when signing files

This commit is contained in:
Steve Dower 2016-02-08 09:26:25 -08:00
parent 36ae29c759
commit db28718ebe
1 changed files with 1 additions and 0 deletions

View File

@ -1436,6 +1436,7 @@ merge(msiname, "SharedCRT", "TARGETDIR", modules)
if certname:
os.system('signtool sign /n "%s" '
'/t http://timestamp.verisign.com/scripts/timestamp.dll '
'/fd SHA256 '
'/d "Python %s" '
'%s' % (certname, full_current_version, msiname))