diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 12:37:19 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 12:37:19 -0500 |
| commit | 9441d49c6d7dff23395460076112b57d4c0e8743 (patch) | |
| tree | 3f4c4de743acdbb90e7e9997147f478c0c1f698e /src/sanitychecks.cpp | |
| parent | 1b700785bb8b5a3891391f60b13c9fee4647b5dd (diff) | |
added citrix to checks
Diffstat (limited to 'src/sanitychecks.cpp')
| -rw-r--r-- | src/sanitychecks.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp index 4833b4a2..1e673ff9 100644 --- a/src/sanitychecks.cpp +++ b/src/sanitychecks.cpp @@ -279,7 +279,8 @@ int checkUsvfsIncompatibilites(const env::Module& m) // these dlls seems to interfere with usvfs static const std::map<QString, QString> names = { - {"mactype64.dll", "Mactype"} + {"mactype64.dll", "Mactype"}, + {"epclient64.dll", "Citrix ICA Client"} }; const QFileInfo file(m.path()); @@ -290,7 +291,7 @@ int checkUsvfsIncompatibilites(const env::Module& m) log::warn("{}", QObject::tr( "%1 is loaded. This program is known to cause issues with " "Mod Organizer and its virtual filesystem, such script extenders " - "refusing to run. Consider uninstalling it.") + "or others programs refusing to run. Consider uninstalling it.") .arg(p.second)); log::warn("{}", file.absoluteFilePath()); |
