diff --git a/other/tools/bfg.jar b/other/tools/bfg.jar new file mode 100644 index 000000000..688fe7136 Binary files /dev/null and b/other/tools/bfg.jar differ diff --git a/other/tools/cleaner.bat b/other/tools/cleaner.bat new file mode 100644 index 000000000..3d8afdbf4 --- /dev/null +++ b/other/tools/cleaner.bat @@ -0,0 +1,6 @@ +git clone --mirror https://github.com/FongMi/TV.git +java -jar bfg.jar --delete-files *.apk TV.git +cd TV.git +git reflog expire --expire=now --all && git gc --prune=now --aggressive +git push +git gc \ No newline at end of file diff --git a/release/run.bat b/release/move.bat similarity index 100% rename from release/run.bat rename to release/move.bat