diff options
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index e38dd75a..a8eae4a9 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -23,8 +23,9 @@ static wchar_t *szFiles[]= { L"ALicense.txt", L"ALICENSE", L"ANOTICE", + L"Apassword1000000.txt", L"AVeraCrypt.exe", L"AVeraCryptExpander.exe", L"AVeraCrypt Format.exe", L"Averacrypt.inf", @@ -41,8 +42,9 @@ static wchar_t *szCompressedFiles[]= { L"License.txt", L"LICENSE", L"NOTICE", + L"password1000000.txt", L"VeraCrypt.exe", L"VeraCryptExpander.exe", L"VeraCrypt Format.exe", L"VeraCrypt-x64.exe", |