Unify dll/exe naming - BackgroundActivatorDLL (#14797)

This commit is contained in:
Stefan Markovic
2021-12-06 13:02:09 +01:00
committed by GitHub
parent fc303c2c38
commit d8f2946ba6
5 changed files with 5 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ public:
const NOTIFICATION_USER_INPUT_DATA*,
ULONG) override
{
auto lib = LoadLibraryW(L"BackgroundActivatorDLL.dll");
auto lib = LoadLibraryW(L"PowerToys.BackgroundActivatorDLL.dll");
if (!lib)
{
return 1;