mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
updated packageTool
This commit is contained in:
parent
307ebab63c
commit
09a736f59c
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,9 @@ updateVersion() {
|
||||||
yota2)
|
yota2)
|
||||||
variant=2
|
variant=2
|
||||||
;;
|
;;
|
||||||
|
kindle)
|
||||||
|
variant=2
|
||||||
|
;;
|
||||||
*-ics)
|
*-ics)
|
||||||
variant=2
|
variant=2
|
||||||
;;
|
;;
|
||||||
|
@ -44,6 +47,11 @@ updateVersion() {
|
||||||
major=`echo $version | cut -d . -f 1`
|
major=`echo $version | cut -d . -f 1`
|
||||||
minor=`echo $version | cut -d . -f 2`
|
minor=`echo $version | cut -d . -f 2`
|
||||||
micro=`echo $version | cut -d . -f 3`
|
micro=`echo $version | cut -d . -f 3`
|
||||||
|
if [ "$branch" == "nook" ]; then
|
||||||
|
version=$version-nst
|
||||||
|
elif [ "$branch" == "kindle" ]; then
|
||||||
|
version=$version-kindlehd
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$micro" == "" ]; then
|
if [ "$micro" == "" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue