Renaming executable to PowerLauncher. Replaceing icons with placeholder. Deleting Docs folder

This commit is contained in:
ryanbodrug-microsoft
2020-03-27 09:17:33 -07:00
parent 71992f5b17
commit b0e6e31d92
18 changed files with 18 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ public:
{
SHELLEXECUTEINFO sei{ sizeof(sei) };
sei.fMask = { SEE_MASK_NOCLOSEPROCESS | SEE_MASK_FLAG_NO_UI };
sei.lpFile = L"modules\\launcher\\Wox.exe";
sei.lpFile = L"modules\\launcher\\PowerLauncher.exe";
sei.nShow = SW_SHOWNORMAL;
ShellExecuteEx(&sei);