Skip to content

Commit

Permalink
Update sign.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Jun 19, 2024
1 parent a29e551 commit 96d3fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TestDirectory($codeSignToolDir)
$javaPath = Join-Path -Path $codeSignToolDir -ChildPath "jdk-11.0.2" | Join-Path -ChildPath "bin" | Join-Path -ChildPath "java.exe"
TestFile($javaPath)

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

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

0 comments on commit 96d3fe4

Please sign in to comment.