We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567b07b commit 52ede25Copy full SHA for 52ede25
build_new.sh
@@ -37,3 +37,9 @@ if [ "$appNo"x = "ZM3U8"x ];then
37
/bin/bash ./build_apk.sh ZM3U8 PubM3U8 com.bihe0832.m3u8 com.bihe0832.android.app.Application
38
checkResult
39
fi
40
+
41
+#ADB Input APP
42
+if [ "$appNo"x = "ZINPUT"x ];then
43
+ /bin/bash ./build_apk.sh ZINPUT PubAdbInput com.bihe0832.adb.input com.bihe0832.android.app.Application
44
+ checkResult
45
+fi
0 commit comments