VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-04 21:52:16 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-05 01:41:46 +0200
commitbf13f88ffaef175bb6ff13beca30f76ed12bac6e (patch)
tree20cd1bd9dd7d9ebe68f75bd84d9bf29efea28034 /src/Setup
parent1f22d53f0051727722da794f467bec87af9adf02 (diff)
downloadVeraCrypt-bf13f88ffaef175bb6ff13beca30f76ed12bac6e.tar.gz
VeraCrypt-bf13f88ffaef175bb6ff13beca30f76ed12bac6e.zip
Windows: Move User Guide CHM file under "docs" folder
Diffstat (limited to 'src/Setup')
-rw-r--r--src/Setup/Setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h
index 3c2bea71..1fc2e1b3 100644
--- a/src/Setup/Setup.h
+++ b/src/Setup/Setup.h
@@ -21,7 +21,6 @@ extern "C" {
// Specifies what files to install, where (determined by the prefix), and in what order
static wchar_t *szFiles[]=
{
- L"AVeraCrypt User Guide.chm",
L"ALicense.txt",
L"ALICENSE",
L"ANOTICE",
@@ -81,7 +80,6 @@ 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.chm",
L"License.txt",
L"LICENSE",
L"NOTICE",