mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Merge remote-tracking branch 'ace/win-fix'
This commit is contained in:
commit
56a80da70c
@ -69,12 +69,12 @@ boost::filesystem::path WindowsPath::getLocalPath() const
|
|||||||
|
|
||||||
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
||||||
{
|
{
|
||||||
return getGlobalPath();
|
return getGlobalConfigPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getCachePath() const
|
boost::filesystem::path WindowsPath::getCachePath() const
|
||||||
{
|
{
|
||||||
return getUserPath() / "cache";
|
return getUserConfigPath() / "cache";
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getInstallPath() const
|
boost::filesystem::path WindowsPath::getInstallPath() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user