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