mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Update patch.sh
This commit is contained in:
@@ -7,6 +7,9 @@ EXCLUDE_PATCHES=()
|
|||||||
for word in $(cat src/tiktok/exclude-patches.txt) ; do
|
for word in $(cat src/tiktok/exclude-patches.txt) ; do
|
||||||
EXCLUDE_PATCHES+=("-e $word")
|
EXCLUDE_PATCHES+=("-e $word")
|
||||||
done
|
done
|
||||||
|
echo "⏬ Downloading apkeep resources..."
|
||||||
curl --retry 10 --retry-max-time 60 -H "Cache-Control: no-cache" -fsSL github.com/EFForg/apkeep/releases/latest/download/apkeep-x86_64-unknown-linux-gnu -o ${DIR_TMP}/apkkeep
|
curl --retry 10 --retry-max-time 60 -H "Cache-Control: no-cache" -fsSL github.com/EFForg/apkeep/releases/latest/download/apkeep-x86_64-unknown-linux-gnu -o ${DIR_TMP}/apkkeep
|
||||||
|
echo "⏬ Downloading Titok..."
|
||||||
chmod +x ${DIR_TMP}/apkkeep && ${DIR_TMP}/apkkeep -a com.ss.android.ugc.trill .
|
chmod +x ${DIR_TMP}/apkkeep && ${DIR_TMP}/apkkeep -a com.ss.android.ugc.trill .
|
||||||
java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.ss.android.ugc.trill.apk --keystore=ks.keystore -o Tiktok.apk
|
echo "⚙️ Patching Tiktok..."
|
||||||
|
java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.ss.android.ugc.trill.apk --keystore=ks.keystore -o Tiktok.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user