From 9441d49c6d7dff23395460076112b57d4c0e8743 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Thu, 24 Dec 2020 12:37:19 -0500 Subject: added citrix to checks --- src/sanitychecks.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/sanitychecks.cpp') 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 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()); -- cgit v1.3.1