Fix build

This commit is contained in:
Victor Shcherb 2011-10-11 21:09:37 +02:00
parent 3c84fb4836
commit 0c12c3b5a9

View file

@ -58,7 +58,8 @@ do
if [ ! -d assets ]; then
mkdir assets
fi
ant clean debug
ant clean debug;
if [ "$BRANCH" = "release" ]; then
cp bin/OsmAnd-debug.apk "$LATESTS_DIR/OsmAnd-stable.apk"
elif [ "$BRANCH" = "master" ]; then