From 4835cf4961cc0237ce0b336ccc2dc21647d1c100 Mon Sep 17 00:00:00 2001 From: Josef Nemec Date: Thu, 10 Jan 2019 09:09:00 +0100 Subject: [PATCH] Build fix --- build/common.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.ps1 b/build/common.ps1 index e4b3d72ba..84c50c89a 100644 --- a/build/common.ps1 +++ b/build/common.ps1 @@ -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."