Skip to content

Commit

Permalink
fix osslsigncode
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Oct 30, 2017
1 parent b78b5a1 commit 09cf699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function sign_binary()
echo "Signing binary file: $1"

#sign SHA1
osslsigncode sign \
/usr/bin/local/osslsigncode sign \
-pkcs12 $HOME/cert.p12 \
-pass $CODESIGN_WIN_PASS \
-h sha1 \
Expand All @@ -304,7 +304,7 @@ function sign_binary()
fi

#Append SHA256
osslsigncode sign \
/usr/bin/local/osslsigncode sign \
-pkcs12 $HOME/cert.p12 \
-pass $CODESIGN_WIN_PASS \
-h sha256 \
Expand Down

0 comments on commit 09cf699

Please sign in to comment.