diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-12 18:28:32 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-12 18:30:29 +0200 |
commit | 920b029e0204f66f1f7db6389f18f3387c986ec3 (patch) | |
tree | ec92d442a86bf4527952af9387688a0072c35739 /src/Signing/sign_test_debug.bat | |
parent | c7f928fe7f0f2a7004b254eea6c7bb1a6defd103 (diff) | |
download | VeraCrypt-920b029e0204f66f1f7db6389f18f3387c986ec3.tar.gz VeraCrypt-920b029e0204f66f1f7db6389f18f3387c986ec3.zip |
Increment version to 1.23-BETA3 and update release notes.
Diffstat (limited to 'src/Signing/sign_test_debug.bat')
-rw-r--r-- | src/Signing/sign_test_debug.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Signing/sign_test_debug.bat b/src/Signing/sign_test_debug.bat index a7bf5b33..f621d796 100644 --- a/src/Signing/sign_test_debug.bat +++ b/src/Signing/sign_test_debug.bat @@ -1,5 +1,5 @@ PATH=%PATH%;%WSDK81%\bin\x86;C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip - +set VC_VERSION=1.23-BETA3 set PFXNAME=TestCertificate\idrix_codeSign.pfx set PFXPASSWORD=idrix set PFXCA=TestCertificate\idrix_TestRootCA.crt @@ -58,9 +58,9 @@ rmdir /S /Q docs cd %SIGNINGPATH% rem sign using SHA-1 -signtool sign /v /a /f %PFXNAME% /p %PFXPASSWORD% /ac %PFXCA% /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Debug\Setup Files\VeraCrypt Setup 1.22.exe" +signtool sign /v /a /f %PFXNAME% /p %PFXPASSWORD% /ac %PFXCA% /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Debug\Setup Files\VeraCrypt Setup %VC_VERSION%.exe" rem sign using SHA-256 -signtool sign /v /a /f %SHA256PFXNAME% /p %SHA256PFXPASSWORD% /ac %SHA256PFXCA% /as /fd sha256 /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 "..\Debug\Setup Files\VeraCrypt Setup 1.22.exe" +signtool sign /v /a /f %SHA256PFXNAME% /p %SHA256PFXPASSWORD% /ac %SHA256PFXCA% /as /fd sha256 /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 "..\Debug\Setup Files\VeraCrypt Setup %VC_VERSION%.exe" pause
\ No newline at end of file |