mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[core] Update bookmarks filenames
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -84,9 +84,9 @@ bool CreateZipFromFiles(std::vector<std::string> const & files, std::vector<std:
|
||||
if (!strings::IsASCIIString(fileInArchive))
|
||||
{
|
||||
if (suffix == 0)
|
||||
fileInArchive = "OrganicMaps.kml";
|
||||
fileInArchive = "CoMaps.kml";
|
||||
else
|
||||
fileInArchive = "OrganicMaps_" + std::to_string(suffix) + ".kml";
|
||||
fileInArchive = "CoMaps_" + std::to_string(suffix) + ".kml";
|
||||
++suffix;
|
||||
}
|
||||
zip::FileInfo fileInfo = {};
|
||||
|
||||
Reference in New Issue
Block a user