diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-04 18:42:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 01:41:44 +0200 |
commit | 1ad425e4e19bfef683dfeab7547a0781ec150e44 (patch) | |
tree | caff928ed7057d013159da5fe104101068760026 /src/Setup/Setup.h | |
parent | b8786598103d6cf8ffcfde133f3e8651bb7ddc99 (diff) | |
download | VeraCrypt-1ad425e4e19bfef683dfeab7547a0781ec150e44.tar.gz VeraCrypt-1ad425e4e19bfef683dfeab7547a0781ec150e44.zip |
Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when upgrading.
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index c4f3fb22..3c2bea71 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -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", |