1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

updated packageTool

This commit is contained in:
Nikolay Pultsin 2014-01-28 02:07:27 +00:00
parent 307ebab63c
commit 09a736f59c

View file

@ -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