Fix termux-dialog command
This commit is contained in:
parent
e11917a35a
commit
c409b567ca
@ -1,6 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://termux.com/add-ons/api/
|
||||
TERMUX_PKG_DESCRIPTION="Termux API commands"
|
||||
TERMUX_PKG_VERSION=0.4.48
|
||||
TERMUX_PKG_VERSION=0.4.49
|
||||
|
||||
termux_step_make_install () {
|
||||
mkdir -p $TERMUX_PREFIX/bin
|
||||
|
@ -25,4 +25,4 @@ done
|
||||
# Too many arguments:
|
||||
if [ $# != 0 ]; then show_usage; exit 1; fi
|
||||
|
||||
eval termux-api DialogReceiver $PARAMS
|
||||
eval termux-api Dialog $PARAMS
|
||||
|
Loading…
Reference in New Issue
Block a user