File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ echo "Renaming the Actions folder and moving it"
1010mv yubioath- desktop-* release
1111
1212echo " 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
1616echo " 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
2222echo " 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"
You can’t perform that action at this time.
0 commit comments