forked from organicmaps/organicmaps
Added android assets generation
This commit is contained in:
parent
497372bdd6
commit
1342401ba0
1 changed files with 15 additions and 0 deletions
|
@ -15,5 +15,20 @@ if [ $? -ne 0 ]; then
|
|||
exit 1 # error
|
||||
fi
|
||||
|
||||
cd ../android
|
||||
|
||||
scripts=(update_assets.sh update_assets_yota.sh)
|
||||
for item in ${scripts[*]}
|
||||
do
|
||||
sh $item
|
||||
if [ $? -ne 0 ]; then
|
||||
cd $MY_PATH
|
||||
echo "Error"
|
||||
exit 1 # error
|
||||
fi
|
||||
done
|
||||
|
||||
cd $MY_PATH
|
||||
|
||||
echo "Done"
|
||||
exit 0 # ok
|
||||
|
|
Loading…
Add table
Reference in a new issue