diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-19 18:55:23 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-19 18:55:23 +0300 |
commit | 510231f28a171ecc41151cb3e2a02f388ba02747 (patch) | |
tree | 0a96757f8d38a17b4747ba1e45711394582e388a | |
parent | d07eff4fb66e8484a03514ea1725f4feb2004519 (diff) |
prevent Discord from being wiped by PU
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 035a502159..34d472d33c 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -540,7 +540,6 @@ static renameTable[] = { L"advaimg.dll", nullptr },
{ L"aim.dll", nullptr },
- { L"discord.dll", nullptr },
{ L"extraicons.dll", nullptr },
{ L"firstrun.dll", nullptr },
{ L"flashavatars.dll", nullptr },
|