mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
[desktop] Rebrand desktop apps
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ static bool GetUserWritableDir(string & outDir)
|
||||
{
|
||||
outDir = pathBuf;
|
||||
::CreateDirectoryA(outDir.c_str(), NULL);
|
||||
outDir += "\\OrganicMaps\\";
|
||||
outDir += "\\CoMaps\\";
|
||||
::CreateDirectoryA(outDir.c_str(), NULL);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user