mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
install dbg variant too
This commit is contained in:
parent
c0e7c0bf88
commit
536a1e3b13
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ fi
|
|||
APK=./bin/XWords4-debug.apk
|
||||
DIRNAME=$(basename $(pwd))
|
||||
case $DIRNAME in
|
||||
XWords4-dbg)
|
||||
PKG=xw4dbg
|
||||
;;
|
||||
XWords4-bt)
|
||||
PKG=xw4bt
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue