From f77bacb8a61e5251e38dd2bb4b0185ba2e1edbb7 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Mon, 16 Mar 2020 07:55:27 -0700 Subject: [PATCH] added the wox launcher dll --- src/runner/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/main.cpp b/src/runner/main.cpp index 1c27fa645a..c5aad127e2 100644 --- a/src/runner/main.cpp +++ b/src/runner/main.cpp @@ -176,7 +176,7 @@ int runner(bool isProcessElevated) L"shortcut_guide.dll", L"fancyzones.dll", L"PowerRenameExt.dll", - L"Wox_Launcher" + L"Wox.Launcher.dll" }; for (auto& file : std::filesystem::directory_iterator(L"modules/")) {