Skip to content

Commit

Permalink
updating signtool path
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Nov 19, 2023
1 parent 8fcde4a commit c244a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows-custom/sign.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
& 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86\signtool.exe' sign /fd sha256 /t http://timestamp.digicert.com /f $args[0] $args[1]
& 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe' sign /fd sha256 /t http://timestamp.digicert.com /f $args[0] $args[1]

0 comments on commit c244a75

Please sign in to comment.