diff options
author | Bruna2803 <bruna.radeljak@hotmail.com> | 2021-05-05 01:06:24 +0200 |
---|---|---|
committer | Bruna2803 <bruna.radeljak@hotmail.com> | 2021-05-05 01:06:24 +0200 |
commit | 1c51a76c7eab117bb6c74a3897a6df8197945c90 (patch) | |
tree | db89ef948b9556a44f41418736913e76d7fc0b80 /src/Setup | |
parent | 32976931ee0b1457b032243683c0699dbd92d496 (diff) | |
download | VeraCrypt-1c51a76c7eab117bb6c74a3897a6df8197945c90.tar.gz VeraCrypt-1c51a76c7eab117bb6c74a3897a6df8197945c90.zip |
New VeraCrypt interface (for system encryption) with improved usability
Diffstat (limited to 'src/Setup')
-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 @@ -24,6 +24,7 @@ static wchar_t *szFiles[]= L"ALicense.txt", L"ALICENSE", L"ANOTICE", + L"Apassword1000000.txt", L"AVeraCrypt.exe", L"AVeraCryptExpander.exe", L"AVeraCrypt Format.exe", @@ -42,6 +43,7 @@ static wchar_t *szCompressedFiles[]= L"License.txt", L"LICENSE", L"NOTICE", + L"password1000000.txt", L"VeraCrypt.exe", L"VeraCryptExpander.exe", L"VeraCrypt Format.exe", |