Pass pipe name as arg

This commit is contained in:
Stefan Markovic 2024-02-22 11:06:28 +01:00
parent 66578f052f
commit a3be4cb6d6

View File

@ -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);