Added launcher to runner

This commit is contained in:
Alekhya Reddy Kommuru
2020-03-16 07:45:01 -07:00
parent 113c39c11c
commit aebdc0c5d6
4 changed files with 16 additions and 3 deletions

View File

@@ -175,7 +175,8 @@ int runner(bool isProcessElevated)
std::unordered_set<std::wstring> known_dlls = {
L"shortcut_guide.dll",
L"fancyzones.dll",
L"PowerRenameExt.dll"
L"PowerRenameExt.dll",
L"Wox_Launcher"
};
for (auto& file : std::filesystem::directory_iterator(L"modules/"))
{