mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 11:59:07 +08:00
Pass pipe name as arg
This commit is contained in:
parent
66578f052f
commit
a3be4cb6d6
@ -129,7 +129,7 @@ public:
|
||||
|
||||
HRESULT result;
|
||||
|
||||
if (!RunNonElevatedEx(path.c_str(), L"", get_module_folderpath(g_hInst)))
|
||||
if (!RunNonElevatedEx(path.c_str(), pipe_name, get_module_folderpath(g_hInst)))
|
||||
{
|
||||
result = E_FAIL;
|
||||
Trace::InvokedRet(result);
|
||||
|
Loading…
Reference in New Issue
Block a user