forked from organicmaps/organicmaps
[android] tools/android/update_assets.sh now creates assets dir if it was missing on the clean repository
This commit is contained in:
parent
92ca81be77
commit
d8ed2e335b
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ SRC=../../data
|
|||
DST=../../android/assets
|
||||
|
||||
# Remove old links
|
||||
rm $DST/*
|
||||
rm -rf $DST
|
||||
mkdir $DST
|
||||
|
||||
files=(01_dejavusans.ttf 02_wqy-microhei.ttf 03_jomolhari-id-a3d.ttf 04_padauk.ttf \
|
||||
05_khmeros.ttf 06_code2000.ttf World.mwm WorldCoasts.mwm about-travelguide-iphone.html \
|
||||
|
|
Loading…
Add table
Reference in a new issue