diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-26 08:59:15 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-26 08:59:15 -0500 |
| commit | cde6137ca586239b36da59d46d7a1d3e55ed43ce (patch) | |
| tree | d197b0e04cfbacdbc833b2f4a1c0dcb53f3c5601 /src/sanitychecks.cpp | |
| parent | 9194bfa16bb78c10bc4e23abd26ba16c33956794 (diff) | |
added loot to missing files check
Diffstat (limited to 'src/sanitychecks.cpp')
| -rw-r--r-- | src/sanitychecks.cpp | 11 |
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"); |
