install dbg variant too

This commit is contained in:
Eric House 2014-02-11 22:11:28 -08:00
parent c0e7c0bf88
commit 536a1e3b13

View file

@ -15,6 +15,9 @@ fi
APK=./bin/XWords4-debug.apk APK=./bin/XWords4-debug.apk
DIRNAME=$(basename $(pwd)) DIRNAME=$(basename $(pwd))
case $DIRNAME in case $DIRNAME in
XWords4-dbg)
PKG=xw4dbg
;;
XWords4-bt) XWords4-bt)
PKG=xw4bt PKG=xw4bt
;; ;;