Updates build to use SHA256 hash when signing files
This commit is contained in:
parent
36ae29c759
commit
db28718ebe
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue