MDEV-30457 Windows, signtool error "No file digest algorithm specified."
Add /fd parameter. It is now mandatory for the recent versions of signtool
This commit is contained in:
parent
7fe932444d
commit
2279dddad6
@ -182,7 +182,7 @@ IF(WIN32)
|
||||
MARK_AS_ADVANCED(SIGNCODE)
|
||||
IF(SIGNCODE)
|
||||
SET(SIGNTOOL_PARAMETERS
|
||||
/a /t http://timestamp.globalsign.com/?signature=sha2
|
||||
/a /fd SHA256 /t http://timestamp.globalsign.com/?signature=sha2
|
||||
CACHE STRING "parameters for signtool (list)")
|
||||
IF(NOT SIGNTOOL_EXECUTABLE)
|
||||
FILE(GLOB path_list
|
||||
|
Loading…
x
Reference in New Issue
Block a user