From 364b439695aa802addbc91a26ec7a77eed639b1e Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 11 Aug 2023 08:52:57 +0800 Subject: [PATCH] Update cleaner.bat --- other/tools/cleaner.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/other/tools/cleaner.bat b/other/tools/cleaner.bat index b2f62dbf0..1c2bb9538 100644 --- a/other/tools/cleaner.bat +++ b/other/tools/cleaner.bat @@ -1,8 +1,9 @@ git clone --mirror https://github.com/FongMi/TV.git java -jar bfg.jar --delete-files *.apk TV.git -java -jar bfg.jar --delete-files libp*.so TV.git -java -jar bfg.jar --delete-files libjpa*.so TV.git +java -jar bfg.jar --delete-files libp*p.so TV.git java -jar bfg.jar --delete-files libxl*.so TV.git +java -jar bfg.jar --delete-files libjpa*.so TV.git +java -jar bfg.jar --delete-files libp2p*.so TV.git java -jar bfg.jar --delete-files libmitv.so TV.git java -jar bfg.jar --delete-files libtvcore.so TV.git cd TV.git