We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8087 commit 962ae8aCopy full SHA for 962ae8a
code/Launcher/launch_win32.cpp
@@ -58,7 +58,7 @@ void LaunchProgram(const std::filesystem::path& path, const std::vector<std::str
58
}
59
60
61
- osCommandLine = path.wstring();
+ osCommandLine = L"\"" + path.wstring() + L"\"";
62
osCommandLine += L" ";
63
osCommandLine += commandLine;
64
0 commit comments