mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Set default build number for apk building
Having build number as mandatory parameter seems unnecessary, thus setting default value (used for andoird:versionCode) to 0. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
454a62c835
commit
95292ac560
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ if [ "$1" = "-buildnr" ] ; then
|
|||
shift
|
||||
BUILD_NR="\"$1\""
|
||||
shift
|
||||
else
|
||||
BUILD_NR="\"0\""
|
||||
fi
|
||||
|
||||
# Configure where we can find things here
|
||||
|
|
Loading…
Add table
Reference in a new issue