Skip to content

Commit 06261c1

Browse files
authored
Update code signature timestamping URL-s (#94)
IB-7900 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 9cba739 commit 06261c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Function GetBaseName($find, $substring) {
2525
$idemia = GetBaseName $idemia 6
2626

2727
Function Sign($filename) {
28-
signtool.exe sign /a /v /s MY /n "$sign" /fd SHA256 /du http://installer.id.ee `
29-
/tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td SHA256 "$filename"
28+
& signtool.exe sign /a /v /s MY /n "$sign" /fd SHA256 /du http://installer.id.ee `
29+
/tr http://timestamp.digicert.com /td SHA256 "$filename"
3030
}
3131
& wix build -nologo "$path\metainfo.wxs" -d "MSI_VERSION=$msiversion" -out metainfo.msi
3232
if($sign) {

0 commit comments

Comments
 (0)