Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-08-21 18:55:51 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:23 +0300
commit5bc67a2333c6a558953adec2385b03b9f41b87b6 (patch)
treeeaf2ffdf0e54b41aba1aafe68a05f885218d0fbc /tools/android
parentc2df36a37bfc8122b5480b1e057539e871065648 (diff)
Added platforms secret-word's style switchers
Diffstat (limited to 'tools/android')
-rwxr-xr-xtools/android/update_assets_for_version.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/android/update_assets_for_version.sh b/tools/android/update_assets_for_version.sh
index fa77410b8c..1ae3ccd25f 100755
--- a/tools/android/update_assets_for_version.sh
+++ b/tools/android/update_assets_for_version.sh
@@ -10,8 +10,9 @@ mkdir $DST || true
files=(copyright.html faq.html resources-ldpi resources-mdpi resources-hdpi resources-xhdpi resources-xxhdpi categories.txt classificator.txt
resources-ldpi_dark resources-mdpi_dark resources-hdpi_dark resources-xhdpi_dark resources-xxhdpi_dark
+ resources-ldpi_clear resources-mdpi_clear resources-hdpi_clear resources-xhdpi_clear resources-xxhdpi_clear
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt unicode_blocks.txt
- drules_proto.bin drules_proto_dark.bin external_resources.txt packed_polygons.bin countries.txt)
+ drules_proto.bin drules_proto_dark.bin drules_proto_clear.bin external_resources.txt packed_polygons.bin countries.txt)
for item in ${files[*]}
do