From 1ad425e4e19bfef683dfeab7547a0781ec150e44 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 4 Jun 2017 18:42:03 +0200 Subject: Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when upgrading. --- src/Signing/sign_test_debug.bat | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/Signing/sign_test_debug.bat') diff --git a/src/Signing/sign_test_debug.bat b/src/Signing/sign_test_debug.bat index eeb85958..79329283 100644 --- a/src/Signing/sign_test_debug.bat +++ b/src/Signing/sign_test_debug.bat @@ -7,6 +7,12 @@ set SHA256PFXNAME=TestCertificate\idrix_Sha256CodeSign.pfx set SHA256PFXPASSWORD=idrix set SHA256PFXCA=TestCertificate\idrix_SHA256TestRootCA.crt +set SIGNINGPATH=%~dp0 + +call "..\..\..\doc\chm\create_chm.bat" + +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.sys" "..\Debug\Setup Files\veracrypt-x64.sys" "..\Debug\Setup Files\VeraCrypt.exe" "..\Debug\Setup Files\VeraCrypt Format.exe" "..\Debug\Setup Files\VeraCryptExpander.exe" "..\Debug\Setup Files\VeraCrypt-x64.exe" "..\Debug\Setup Files\VeraCrypt Format-x64.exe" "..\Debug\Setup Files\VeraCryptExpander-x64.exe" @@ -18,7 +24,7 @@ cd "..\Debug\Setup Files\" copy ..\..\LICENSE . copy ..\..\License.txt . copy ..\..\NOTICE . -copy "..\..\..\doc\VeraCrypt User Guide.pdf" . +copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" . del *.xml copy /V /Y ..\..\..\Translations\*.xml . @@ -35,13 +41,13 @@ del docs.zip del LICENSE del License.txt del NOTICE -del "VeraCrypt User Guide.pdf" +del "VeraCrypt User Guide.chm" del *.xml del docs.zip rmdir /S /Q docs -cd "..\..\Signing" +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.20-BETA2.exe" -- cgit v1.2.3