mirror of https://github.com/FongMi/TV.git
parent
f001598e56
commit
110be2084b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,13 @@ |
||||
#This file is generated by updateDaemonJvm |
||||
toolchainUrl.FREE_BSD.AARCH64=https\://api.foojay.io/disco/v3.0/ids/56a19bc915b9ba2eb62ba7554c61b919/redirect |
||||
toolchainUrl.FREE_BSD.X86_64=https\://api.foojay.io/disco/v3.0/ids/398ffe3949748bfb1d5636f023d228fd/redirect |
||||
toolchainUrl.LINUX.AARCH64=https\://api.foojay.io/disco/v3.0/ids/56a19bc915b9ba2eb62ba7554c61b919/redirect |
||||
toolchainUrl.LINUX.X86_64=https\://api.foojay.io/disco/v3.0/ids/398ffe3949748bfb1d5636f023d228fd/redirect |
||||
toolchainUrl.MAC_OS.AARCH64=https\://api.foojay.io/disco/v3.0/ids/e99bae143b75f9a10ead10248f02055e/redirect |
||||
toolchainUrl.MAC_OS.X86_64=https\://api.foojay.io/disco/v3.0/ids/04e088f8677de3b384108493cc9481d0/redirect |
||||
toolchainUrl.UNIX.AARCH64=https\://api.foojay.io/disco/v3.0/ids/56a19bc915b9ba2eb62ba7554c61b919/redirect |
||||
toolchainUrl.UNIX.X86_64=https\://api.foojay.io/disco/v3.0/ids/398ffe3949748bfb1d5636f023d228fd/redirect |
||||
toolchainUrl.WINDOWS.AARCH64=https\://api.foojay.io/disco/v3.0/ids/e55dccbfe27cb97945148c61a39c89c5/redirect |
||||
toolchainUrl.WINDOWS.X86_64=https\://api.foojay.io/disco/v3.0/ids/dbd05c4936d573642f94cd149e1356c8/redirect |
||||
toolchainVendor=JETBRAINS |
||||
toolchainVersion=21 |
||||
@ -1,6 +1,7 @@ |
||||
#Mon Aug 04 16:06:32 CST 2025 |
||||
#Wed Apr 15 23:47:07 CST 2026 |
||||
distributionBase=GRADLE_USER_HOME |
||||
distributionPath=wrapper/dists |
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip |
||||
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06 |
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip |
||||
zipStoreBase=GRADLE_USER_HOME |
||||
zipStorePath=wrapper/dists |
||||
|
||||
@ -1,7 +1,6 @@ |
||||
git clone --mirror https://github.com/FongMi/Release.git |
||||
java -jar bfg.jar --delete-files *.apk Release.git |
||||
java -jar bfg.jar --delete-files *.json Release.git |
||||
cd Release.git |
||||
@echo off |
||||
cd /d %~dp0 |
||||
java -jar bfg.jar --delete-files "{*.apk,*.json}" ..\..\Release\.git |
||||
cd ..\..\Release |
||||
git reflog expire --expire=now --all && git gc --prune=now --aggressive |
||||
git push |
||||
git gc |
||||
git push origin --force --all |
||||
Loading…
Reference in new issue