forked from organicmaps/organicmaps
Only mwm files are used in update at the moment
This commit is contained in:
parent
f586a9aa12
commit
c47f919bc0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace update
|
|||
Platform & platform = GetPlatform();
|
||||
|
||||
Platform::FilesList files;
|
||||
if (!platform.GetFilesInDir(dataDir, "*", files))
|
||||
if (!platform.GetFilesInDir(dataDir, "*" DATA_FILE_EXTENSION, files))
|
||||
{
|
||||
LOG(LERROR, ("Can't find any files at path", dataDir));
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue