summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2026-04-16 10:17:13 -0500
committerGitHub <noreply@github.com>2026-04-16 10:17:13 -0500
commit05593c0347c1aa2c73144b23b91ccbceae77e70b (patch)
tree7f9bc221e3a18e0cbe3a3b957836f33c11479c82 /src
parentca4e81ca869b11a22d8b1a633eb7eafe67e028f1 (diff)
Update libloot dll name in sanity check (#2370)
Diffstat (limited to 'src')
-rw-r--r--src/sanitychecks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp
index 4aa5dc7c..681b1fb3 100644
--- a/src/sanitychecks.cpp
+++ b/src/sanitychecks.cpp
@@ -180,7 +180,7 @@ 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", "loot/loot.dll", "loot/lootcli.exe"});
+ "usvfs_x64.dll", "usvfs_x86.dll", "loot/libloot.dll", "loot/lootcli.exe"});
log::debug(" . missing files");
const auto dir = QCoreApplication::applicationDirPath();