mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +02:00
Override default script
This commit is contained in:
parent
ebfbe46760
commit
94002436e9
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ HWND LauncherManager::launchApplication() {
|
||||||
LauncherManager::getAndCreatePaths(PathType::Interface_Directory, installDir);
|
LauncherManager::getAndCreatePaths(PathType::Interface_Directory, installDir);
|
||||||
CString interfaceExe = installDir + _T("\\interface.exe");
|
CString interfaceExe = installDir + _T("\\interface.exe");
|
||||||
CString urlParam = _T("--url \"") + _domainURL + ("\" ");
|
CString urlParam = _T("--url \"") + _domainURL + ("\" ");
|
||||||
CString scriptsURL = installDir + _T("\\scripts\\simplifiedUI");
|
CString scriptsURL = installDir + _T("\\scripts\\simplifiedUIBootstrapper.js");
|
||||||
CString scriptsParam = _T("--scripts \"") + scriptsURL + ("\" ");
|
CString scriptsParam = _T("--defaultScriptsOverride \"") + scriptsURL + ("\" ");
|
||||||
CString cacheDir;
|
CString cacheDir;
|
||||||
LauncherManager::getAndCreatePaths(PathType::Content_Directory, cacheDir);
|
LauncherManager::getAndCreatePaths(PathType::Content_Directory, cacheDir);
|
||||||
CString cacheParam = _T("--cache \"") + cacheDir + ("\" ");
|
CString cacheParam = _T("--cache \"") + cacheDir + ("\" ");
|
||||||
|
|
Loading…
Reference in a new issue