summaryrefslogtreecommitdiff
path: root/src/sanitychecks.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-26 08:59:15 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-26 08:59:15 -0500
commitcde6137ca586239b36da59d46d7a1d3e55ed43ce (patch)
treed197b0e04cfbacdbc833b2f4a1c0dcb53f3c5601 /src/sanitychecks.cpp
parent9194bfa16bb78c10bc4e23abd26ba16c33956794 (diff)
added loot to missing files check
Diffstat (limited to 'src/sanitychecks.cpp')
-rw-r--r--src/sanitychecks.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp
index 495795f2..ef57a503 100644
--- a/src/sanitychecks.cpp
+++ b/src/sanitychecks.cpp
@@ -177,9 +177,14 @@ int checkMissingFiles()
{
// files that are likely to be eaten
static const QStringList files({
- "helper.exe", "nxmhandler.exe",
- "usvfs_proxy_x64.exe", "usvfs_proxy_x86.exe",
- "usvfs_x64.dll", "usvfs_x86.dll"
+ "helper.exe",
+ "nxmhandler.exe",
+ "usvfs_proxy_x64.exe",
+ "usvfs_proxy_x86.exe",
+ "usvfs_x64.dll",
+ "usvfs_x86.dll",
+ "loot/loot.dll",
+ "loot/lootcli.exe"
});
log::debug(" . missing files");