From 05593c0347c1aa2c73144b23b91ccbceae77e70b Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 16 Apr 2026 10:17:13 -0500 Subject: Update libloot dll name in sanity check (#2370) --- src/sanitychecks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.3.1