We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823dcfd commit da31c07Copy full SHA for da31c07
1 file changed
src/WinGetServer/WinGetServerManualActivation_Client.cpp
@@ -88,7 +88,7 @@ struct ServerProcessLauncher
88
{
89
RETURN_IF_FAILED(m_hr);
90
91
- std::wstring commandLineInput = std::wstring{ m_serverExePath } + L" --manualActivation";
+ std::wstring commandLineInput = L"\"" + std::wstring{ m_serverExePath } + L"\" --manualActivation";
92
93
STARTUPINFO info = { sizeof(info) };
94
wil::unique_process_information process;
0 commit comments