Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 84b3ff9

Browse files
committed
* Update run.sh
1 parent 3543638 commit 84b3ff9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

run.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
./gradlew clean && ./gradlew :riru-module-xfingerprint-pay-wechat:zip && adb push ./release/* /sdcard/Download/
1+
#!/bin/bash
2+
set -e
3+
cd ${0%/*}
4+
./gradlew clean
5+
./gradlew :riru-module-xfingerprint-pay-wechat:zip
6+
adb push ./release/* /sdcard/Download/

0 commit comments

Comments
 (0)