Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Jan 10, 2019
1 parent 8e3d580 commit 4835cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function global:SignFile()
{
Write-Host "Signing file `"$Path`"" -ForegroundColor Green
$signToolPath = "c:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x86\signtool.exe"
$res = StartAndWait $signToolPath ('sign /n "Open Source Developer, Josef Němec" /t http://time.certum.pl /v ' + "`"$Path`"")
$res = StartAndWait $signToolPath ('sign /n "Open Source Developer, Josef Němec" /t http://time.certum.pl /v /sha1 FE916C2B41F1DB83F0C972274CB8CD03BF79B0DA ' + "`"$Path`"")
if ($res -ne 0)
{
throw "Failed to sign file."
Expand Down

0 comments on commit 4835cf4

Please sign in to comment.