1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-07-06 04:58:01 -05:00

Remove bank transfer donation option

This commit is contained in:
Mounir IDRASSI
2026-05-16 17:59:43 +09:00
parent 46131086e1
commit 70922afe9b
29 changed files with 86 additions and 426 deletions
+6
View File
@@ -2025,10 +2025,16 @@ void RemoveLegacyFiles (wchar_t *szDestDir)
{
const wchar_t* oldFileNames[] = {
L"docs\\html\\en\\BCH_Logo_48x30.png",
L"docs\\html\\en\\Donation_Bank.html",
L"docs\\html\\en\\LinuxPrepAndBuild.sh",
L"docs\\html\\en\\LinuxPrepAndBuild.zip",
L"docs\\html\\en\\RIPEMD-160.html",
L"docs\\html\\en\\ru\\BCH_Logo_48x30.png",
L"docs\\html\\en\\bank_30x30.png",
L"docs\\html\\ru\\Donation_Bank.html",
L"docs\\html\\ru\\bank_30x30.png",
L"docs\\html\\zh-cn\\Donation_Bank.html",
L"docs\\html\\zh-cn\\bank_30x30.png",
L"Languages\\Language.ru - Copy.xml",
};
wchar_t szDir[TC_MAX_PATH];