1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when upgrading.

This commit is contained in:
Mounir IDRASSI
2017-06-04 18:42:03 +02:00
parent b878659810
commit 1ad425e4e1
6 changed files with 57 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ extern "C" {
// Specifies what files to install, where (determined by the prefix), and in what order
static wchar_t *szFiles[]=
{
L"AVeraCrypt User Guide.pdf",
L"AVeraCrypt User Guide.chm",
L"ALicense.txt",
L"ALICENSE",
L"ANOTICE",
@@ -81,7 +81,7 @@ static wchar_t *szFiles[]=
// Specifies what files are included in self-extracting packages (no other files will be packaged or extracted).
static wchar_t *szCompressedFiles[]=
{
L"VeraCrypt User Guide.pdf",
L"VeraCrypt User Guide.chm",
L"License.txt",
L"LICENSE",
L"NOTICE",