mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
android: Remove unset variable VERSION
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
e87a9e1454
commit
cfa241036c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ fi
|
|||
BUILDNR=$((BUILDNR+1))
|
||||
echo "${BUILDNR}" > ./buildnr.dat
|
||||
|
||||
echo "Building Subsurface-mobile ${VERSION} for Android, build nr ${BUILDNR} as Subsurface-mobile-${VERSION}-arm.apk"
|
||||
echo "Building Subsurface-mobile for Android, build nr ${BUILDNR}"
|
||||
|
||||
if [ "$1" = release ] || [ "$1" = Release ] || [ "$1" = debug ] || [ "$1" = Debug ] ; then
|
||||
RELEASE=$1
|
||||
|
|
Loading…
Add table
Reference in a new issue