From a7fee123157d107fbe18dd5c5b931b6193944fb9 Mon Sep 17 00:00:00 2001 From: sololo Date: Thu, 20 Aug 2020 21:39:57 +0800 Subject: [PATCH] fix: gift resource path --- gift_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gift_install.sh b/gift_install.sh index f897b1c..bbad462 100755 --- a/gift_install.sh +++ b/gift_install.sh @@ -1,4 +1,4 @@ #!/bin/bash adb shell rm -r /sdcard/alphaVideoGift/ adb shell mkdir /sdcard/alphaVideoGift/ -adb push $1* /sdcard/alphaVideoGift/ \ No newline at end of file +adb push gift/* /sdcard/alphaVideoGift/ \ No newline at end of file