mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Added the '-blobFile' option to specify a file containing the blob content
This commit is contained in:

committed by
Michał Trojnara

parent
64305d6415
commit
21133f9c3b
@ -219,6 +219,7 @@ if(Python3_FOUND AND NOT cryptography_error)
|
||||
add_test(NAME "added_${ext}"
|
||||
COMMAND ${Python3_EXECUTABLE} ${EXEC} ${OSSLSIGNCODE} "add"
|
||||
"-addUnauthenticatedBlob"
|
||||
"-blobFile" "${FILES}/unsigned.exe"
|
||||
"-add-msi-dse" "-h" "sha512"
|
||||
"-in" "${FILES}/signed.${ext}"
|
||||
"-out" "${FILES}/added.${ext}")
|
||||
|
Reference in New Issue
Block a user