mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
replace backslashes on script override
This commit is contained in:
parent
94002436e9
commit
562a181377
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ HWND LauncherManager::launchApplication() {
|
|||
CString interfaceExe = installDir + _T("\\interface.exe");
|
||||
CString urlParam = _T("--url \"") + _domainURL + ("\" ");
|
||||
CString scriptsURL = installDir + _T("\\scripts\\simplifiedUIBootstrapper.js");
|
||||
scriptsURL.Replace(_T("\\"), _T("/"));
|
||||
CString scriptsParam = _T("--defaultScriptsOverride \"") + scriptsURL + ("\" ");
|
||||
CString cacheDir;
|
||||
LauncherManager::getAndCreatePaths(PathType::Content_Directory, cacheDir);
|
||||
|
|
Loading…
Reference in a new issue