From 08aa6c6b85ab194615c06b24917615ed6b362a46 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sun, 16 Jul 2023 01:06:57 +0800 Subject: [PATCH] Update genJar.bat --- jar/genJar.bat | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/jar/genJar.bat b/jar/genJar.bat index 2ced8700..76043103 100644 --- a/jar/genJar.bat +++ b/jar/genJar.bat @@ -17,17 +17,13 @@ move "%~dp0\Smali_classes\com\github\catvod\spider" "%~dp0\spider.jar\smali\com\ move "%~dp0\Smali_classes\com\github\catvod\parser" "%~dp0\spider.jar\smali\com\github\catvod\" move "%~dp0\Smali_classes\com\github\catvod\js" "%~dp0\spider.jar\smali\com\github\catvod\" -rd /s/q "%~dp0\Smali_classes" - java -jar "%~dp0\3rd\apktool_2.4.1.jar" b "%~dp0\spider.jar" -c move "%~dp0\spider.jar\dist\dex.jar" "%~dp0\custom_spider.jar" certUtil -hashfile "%~dp0\custom_spider.jar" MD5 | find /i /v "md5" | find /i /v "certutil" > "%~dp0\custom_spider.jar.md5" -rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\spider" -rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\parser" -rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\js" - rd /s/q "%~dp0\spider.jar\build" +rd /s/q "%~dp0\spider.jar\smali" rd /s/q "%~dp0\spider.jar\dist" +rd /s/q "%~dp0\Smali_classes"