mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when upgrading.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
PATH=%PATH%;%WSDK81%\bin\x86;C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip
|
||||
|
||||
set SIGNINGPATH=%~dp0
|
||||
|
||||
call "..\..\..\doc\chm\create_chm.bat"
|
||||
|
||||
cd %SIGNINGPATH%
|
||||
|
||||
rem sign using SHA-1
|
||||
signtool sign /v /a /n IDRIX /i Thawte /ac thawte_Primary_MS_Cross_Cert.cer /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Release\Setup Files\veracrypt.sys" "..\Release\Setup Files\veracrypt-x64.sys"
|
||||
signtool sign /v /a /n IDRIX /i Thawte /ac Thawt_CodeSigning_CA.crt /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Release\Setup Files\VeraCrypt.exe" "..\Release\Setup Files\VeraCrypt Format.exe" "..\Release\Setup Files\VeraCryptExpander.exe" "..\Release\Setup Files\VeraCrypt-x64.exe" "..\Release\Setup Files\VeraCrypt Format-x64.exe" "..\Release\Setup Files\VeraCryptExpander-x64.exe"
|
||||
@@ -14,7 +20,7 @@ cd "..\Release\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 .
|
||||
@@ -31,13 +37,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 /n IDRIX /i Thawte /ac Thawt_CodeSigning_CA.crt /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Release\Setup Files\VeraCrypt Setup 1.20-BETA2.exe"
|
||||
|
||||
Reference in New Issue
Block a user