mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 19:52:47 -05:00
change test for add-msi-dse option
This commit is contained in:

committed by
Michał Trojnara

parent
b512aa534c
commit
18810b7e0b
@ -93,11 +93,6 @@ verify_signature() {
|
||||
result=1
|
||||
printf "Failed: $8 not found\n"
|
||||
fi
|
||||
if [ "$result" -eq 0 ] && [ "$2" = "401" ]
|
||||
then
|
||||
printf "Failed: unhashed file metadata was found\n"
|
||||
result=1
|
||||
fi
|
||||
if [ "$result" -eq 0 ]
|
||||
then
|
||||
if [ "$5" = "sha256sum" ]
|
||||
|
Reference in New Issue
Block a user