Skip to content

Commit c2c36de

Browse files
committed
Use latest Windows signing cert
1 parent d61e059 commit c2c36de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/win/release-win.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ echo "Renaming the Actions folder and moving it"
1010
mv yubioath-desktop-* release
1111

1212
echo "Signing the executables"
13-
signtool.exe sign /sha1 cb7cade8f51d0985d806bcd28e1fec57d3034187 /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/authenticator.exe
14-
signtool.exe sign /sha1 cb7cade8f51d0985d806bcd28e1fec57d3034187 /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/helper/authenticator-helper.exe
13+
signtool.exe sign /sha1 a1614cd84976030d49209b56162d9efa69b73698 /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/authenticator.exe
14+
signtool.exe sign /sha1 a1614cd84976030d49209b56162d9efa69b73698 /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/helper/authenticator-helper.exe
1515

1616
echo "Setting env var and building installer"
1717
$env:SRCDIR = ".\release\"
@@ -20,6 +20,6 @@ $env:SRCDIR = ".\release\"
2020
& "$env:WIX\bin\light.exe" fragment.wixobj yubioath-desktop.wixobj -ext WixUIExtension -ext WixUtilExtension -o yubico-authenticator-$version-win64.msi
2121

2222
echo "Signing the installer"
23-
signtool.exe sign /sha1 cb7cade8f51d0985d806bcd28e1fec57d3034187 /d "Yubico Authenticator" /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll yubico-authenticator-$version-win64.msi
23+
signtool.exe sign /sha1 a1614cd84976030d49209b56162d9efa69b73698 /d "Yubico Authenticator" /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll yubico-authenticator-$version-win64.msi
2424

25-
echo "All done"
25+
echo "All done"

0 commit comments

Comments
 (0)