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
path: root/tizen
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-04-06 19:50:27 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-04-09 14:28:51 +0300
commita55d0cada95ed622d27d0fb036362d0beac234a2 (patch)
tree75e4b8402c6162089575262ce04b3b7295972454 /tizen
parent36902b362ed15ee41d3dfd33702a6052961f2e03 (diff)
Added new booking search visualization
Diffstat (limited to 'tizen')
-rwxr-xr-xtizen/scripts/update_assets_for_unit_tests.sh2
-rwxr-xr-xtizen/scripts/update_assets_for_version.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tizen/scripts/update_assets_for_unit_tests.sh b/tizen/scripts/update_assets_for_unit_tests.sh
index 00ab534873..aa1d4faa11 100755
--- a/tizen/scripts/update_assets_for_unit_tests.sh
+++ b/tizen/scripts/update_assets_for_unit_tests.sh
@@ -8,7 +8,7 @@ DST=$1
#rm -rf $DST
#mkdir $DST
-files=(copyright.html resources-mdpi_clear resources-hdpi_clear resources-xhdpi_clear resources-xxhdpi_clear categories.txt classificator.txt
+files=(copyright.html resources-mdpi_clear resources-hdpi_clear resources-xhdpi_clear resources-xxhdpi_clear resources-xxxhdpi_clear categories.txt classificator.txt
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt unicode_blocks.txt \
drules_proto_clear.bin packed_polygons.bin countries.txt World.mwm WorldCoasts.mwm 00_roboto_regular.ttf 01_dejavusans.ttf 02_droidsans-fallback.ttf
03_jomolhari-id-a3d.ttf 04_padauk.ttf 05_khmeros.ttf 06_code2000.ttf
diff --git a/tizen/scripts/update_assets_for_version.sh b/tizen/scripts/update_assets_for_version.sh
index 04ec398a3c..b94353ddd7 100755
--- a/tizen/scripts/update_assets_for_version.sh
+++ b/tizen/scripts/update_assets_for_version.sh
@@ -8,7 +8,7 @@ DST=$1
rm -rf $DST
mkdir $DST
-files=(copyright.html resources-mdpi_clear resources-hdpi_clear resources-xhdpi_clear resources-xxhdpi_clear categories.txt classificator.txt
+files=(copyright.html resources-mdpi_clear resources-hdpi_clear resources-xhdpi_clear resources-xxhdpi_clear resources-xxxhdpi_clear categories.txt classificator.txt
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt unicode_blocks.txt \
drules_proto_clear.bin packed_polygons.bin countries.txt World.mwm WorldCoasts.mwm 00_roboto_regular.ttf 01_dejavusans.ttf 02_droidsans-fallback.ttf
03_jomolhari-id-a3d.ttf 04_padauk.ttf 05_khmeros.ttf 06_code2000.ttf)