Skip to content

Commit 0cba663

Browse files
upgraded to latest version of SignClient (#113)
1 parent 295adb7 commit 0cba663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if (Get-Command signclient -ErrorAction SilentlyContinue) {
140140
else{
141141
$SignClientFolder = Join-Path $ToolPath "signclient"
142142
Write-Host "SignClient not found. Installing to ... $SignClientFolder"
143-
dotnet tool install SignClient --version 1.0.82 --tool-path "$SignClientFolder"
143+
dotnet tool install SignClient --version 1.2.109 --tool-path "$SignClientFolder"
144144
}
145145

146146
###########################################################################

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fi
112112
# INSTALL SignTool
113113
###########################################################################
114114
if [ ! -f "$SIGNTOOL_EXE" ]; then
115-
"$SCRIPT_DIR/.dotnet/dotnet" tool install SignClient --version 1.0.82 --tool-path "$SIGNCLIENT_DIR"
115+
"$SCRIPT_DIR/.dotnet/dotnet" tool install SignClient --version 1.2.109 --tool-path "$SIGNCLIENT_DIR"
116116
if [ $? -ne 0 ]; then
117117
echo "SignClient already installed."
118118
fi

0 commit comments

Comments
 (0)