mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Added launcher to runner
This commit is contained in:
@@ -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/"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user