mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Add missing “Uru Live” in log file path.
This commit is contained in:
@ -94,6 +94,7 @@ plStatusLogMgr::plStatusLogMgr()
|
|||||||
|
|
||||||
#if HS_BUILD_FOR_WIN32
|
#if HS_BUILD_FOR_WIN32
|
||||||
SHGetSpecialFolderPathW(NULL, fBasePath, CSIDL_LOCAL_APPDATA, TRUE);
|
SHGetSpecialFolderPathW(NULL, fBasePath, CSIDL_LOCAL_APPDATA, TRUE);
|
||||||
|
plFileUtils::ConcatFileName(fBasePath, L"Uru Live");
|
||||||
//#elif HS_BUILD_FOR_DARWIN
|
//#elif HS_BUILD_FOR_DARWIN
|
||||||
// Do some Mac specific thing here eventually
|
// Do some Mac specific thing here eventually
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user