Skip to content

Commit

Permalink
updated signtool to latest (#133) (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Dec 15, 2020
1 parent a975dea commit 3522880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if (Get-Command signclient -ErrorAction SilentlyContinue) {
else{
$SignClientFolder = Join-Path $ToolPath "signclient"
Write-Host "SignClient not found. Installing to ... $SignClientFolder"
dotnet tool install SignClient --version 1.0.82 --tool-path "$SignClientFolder"
dotnet tool install SignClient --version 1.2.109 --tool-path "$SignClientFolder"
}

###########################################################################
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fi
# INSTALL SignTool
###########################################################################
if [ ! -f "$SIGNTOOL_EXE" ]; then
"$SCRIPT_DIR/.dotnet/dotnet" tool install SignClient --version 1.0.82 --tool-path "$SIGNCLIENT_DIR"
"$SCRIPT_DIR/.dotnet/dotnet" tool install SignClient --version 1.2.109 --tool-path "$SIGNCLIENT_DIR"
if [ $? -ne 0 ]; then
echo "SignClient already installed."
fi
Expand Down

0 comments on commit 3522880

Please sign in to comment.