[desktop] Rebrand desktop apps

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-05-23 14:06:39 +07:00
parent c4a5979966
commit 5cc244de6b
5 changed files with 13 additions and 13 deletions

View File

@@ -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;
}