mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Use SHA256 Digest for Code Signing on Windows
This commit is contained in:
parent
e54f24e303
commit
a362c08613
1 changed files with 2 additions and 2 deletions
|
@ -1291,8 +1291,8 @@ appsign() {
|
||||||
|
|
||||||
# osslsigncode does not succeed at signing MSI files at this time...
|
# osslsigncode does not succeed at signing MSI files at this time...
|
||||||
logInfo "Signing file '${f}' using Microsoft signtool..."
|
logInfo "Signing file '${f}' using Microsoft signtool..."
|
||||||
signtool sign -f "${key}" -p "${password}" -d "KeePassXC" \
|
signtool sign -f "${key}" -p "${password}" -d "KeePassXC" -td sha256 \
|
||||||
-t "http://timestamp.comodoca.com/authenticode" "${f}"
|
-fd sha256 -tr "http://timestamp.comodoca.com/authenticode" "${f}"
|
||||||
|
|
||||||
if [ 0 -ne $? ]; then
|
if [ 0 -ne $? ]; then
|
||||||
exitError "Signing failed!"
|
exitError "Signing failed!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue