mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
new branches
This commit is contained in:
parent
a30d462a38
commit
ae32631869
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ updateVersion() {
|
|||
android-1.5)
|
||||
variant=0
|
||||
;;
|
||||
ice-cream-sandwich|yota|yota2|kindle|betayota|yotabeta|*-ics)
|
||||
ice-cream-sandwich|yota|yota2|lr-kindle|kindle|betayota|yotabeta|*-ics)
|
||||
variant=2
|
||||
;;
|
||||
*)
|
||||
|
@ -32,9 +32,9 @@ updateVersion() {
|
|||
minor=`echo $fixed | cut -d . -f 2`
|
||||
micro=`echo $fixed | cut -d . -f 3`
|
||||
local=`echo $fixed | cut -d . -f 4`
|
||||
if [ "$branch" == "nook" ]; then
|
||||
if [ "$branch" == "nook" -o "$branch" == "lr-nook" ]; then
|
||||
version=$version-nst
|
||||
elif [ "$branch" == "kindle" ]; then
|
||||
elif [ "$branch" == "kindle" -o "$branch" == "lr-kindle" ]; then
|
||||
version=$version-kindlehd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue