Skip to content

Commit

Permalink
Signing verifier job
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 29, 2023
1 parent 841e6ac commit ca574bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/build/common/verify_signing.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ String find_signtool() {
println "ERROR: Unable to find signtool.exe in ${windowsKitPath}"
exit 2
} else {
def signtool = files[0].trim().replaceAll("\\(","\\\\(").replaceAll("\\)","\\\\)").replaceAll("\\ ","\\\\ ")
def signtool = files[0].trim().replaceAll("\\(","\\\\(").replaceAll("\\)","\\\\)")
//.replaceAll("\\ ","\\\\ ")
println "Found signtool: ${signtool}"
return signtool
}
Expand Down

0 comments on commit ca574bd

Please sign in to comment.