mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-02 11:12:49 -05:00
CA bundle install path detection (#32)
This commit is contained in:
@ -7,7 +7,7 @@ script_path=$(pwd)
|
||||
# PE file
|
||||
test_name="361. Add an unauthenticated blob to the PE file"
|
||||
printf "\n%s\n" "$test_name"
|
||||
if [ -s "test.exe" ]
|
||||
if test -s "test.exe"
|
||||
then
|
||||
../../osslsigncode sign -h sha256 \
|
||||
-st "1556668800" \
|
||||
@ -29,7 +29,7 @@ if [ -s "test.exe" ]
|
||||
# MSI file
|
||||
test_name="362. Add an unauthenticated blob to the MSI file"
|
||||
printf "\n%s\n" "$test_name"
|
||||
if [ -s "sample.msi" ]
|
||||
if test -s "sample.msi"
|
||||
then
|
||||
../../osslsigncode sign -h sha256 \
|
||||
-st "1556668800" \
|
||||
|
Reference in New Issue
Block a user