Skip to content

Commit 96d3fe4

Browse files
authored
Update sign.ps1
1 parent a29e551 commit 96d3fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sign.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TestDirectory($codeSignToolDir)
4646
$javaPath = Join-Path -Path $codeSignToolDir -ChildPath "jdk-11.0.2" | Join-Path -ChildPath "bin" | Join-Path -ChildPath "java.exe"
4747
TestFile($javaPath)
4848

49-
$jarPath = Join-Path -Path $codeSignToolDir -ChildPath "jar" | Join-Path -ChildPath "code_sign_tool-1.3.0.jar"
49+
$jarPath = Join-Path -Path $codeSignToolDir -ChildPath "jar" | Join-Path -ChildPath "code_sign_tool-1.3.1.jar"
5050
TestFile($jarPath)
5151

5252
# CodeSignTool requires user interaction to confirm an overwrite of the original file.

0 commit comments

Comments
 (0)