diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 13:01:14 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 13:01:14 +0100 |
commit | 44c9c077f379e65ef45952e1e78059cdec2fa36f (patch) | |
tree | 809378a9c00b2ef9b40e49617c3d4b612d81b6ef /src/Setup | |
parent | c0ff7a7c521b1d658316d9a177383ab0c403007a (diff) | |
download | VeraCrypt-44c9c077f379e65ef45952e1e78059cdec2fa36f.tar.gz VeraCrypt-44c9c077f379e65ef45952e1e78059cdec2fa36f.zip |
Revert "New sys enc wizard (#957)"
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a.
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Setup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index a8eae4a9..e38dd75a 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -24,7 +24,6 @@ static wchar_t *szFiles[]= L"ALicense.txt", L"ALICENSE", L"ANOTICE", - L"Apassword1000000.txt", L"AVeraCrypt.exe", L"AVeraCryptExpander.exe", L"AVeraCrypt Format.exe", @@ -43,7 +42,6 @@ static wchar_t *szCompressedFiles[]= L"License.txt", L"LICENSE", L"NOTICE", - L"password1000000.txt", L"VeraCrypt.exe", L"VeraCryptExpander.exe", L"VeraCrypt Format.exe", |