mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
WinUpdater: Quote path for args when relaunching Dolphin.
This commit is contained in:
@@ -271,7 +271,7 @@ void LaunchApplication(std::string path)
|
||||
}
|
||||
else
|
||||
{
|
||||
std::wstring cmdline = wpath;
|
||||
std::wstring cmdline = L"\"" + wpath + L"\"";
|
||||
STARTUPINFOW startup_info{.cb = sizeof(startup_info)};
|
||||
PROCESS_INFORMATION process_info;
|
||||
if (IsTestMode())
|
||||
|
||||
Reference in New Issue
Block a user