diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-11 12:39:43 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-16 14:52:29 -0800 |
commit | 13d5b18ebaeb330f05c4abfc04e0247222e038ba (patch) | |
tree | 90e24f1fb745581767b6979d1c562e60859cbcf6 /update_icons.sh | |
parent | 0db9f229f2bb14e2c6ccd3a8c0d0a30eb25ea5c5 (diff) | |
download | qtlocation-mapboxgl-13d5b18ebaeb330f05c4abfc04e0247222e038ba.tar.gz |
[android] Move into platform subdirectory
Diffstat (limited to 'update_icons.sh')
-rwxr-xr-x | update_icons.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_icons.sh b/update_icons.sh index a76a0c4d33..5e0ac5b957 100755 --- a/update_icons.sh +++ b/update_icons.sh @@ -10,7 +10,7 @@ branch=`git rev-parse --abbrev-ref HEAD` repo=`git remote show origin | grep 'Fetch URL' | sed -e 's/.*github\.com:mapbox\///' -e 's/\.git$//' -e 's/^mapbox-//'` pwd=`pwd` -cd android/java/app/src/main/res +cd platform/android/java/app/src/main/res for folder in `find . -maxdepth 1 -type d -name drawable-\*` do cd ${folder} |