diff --git a/src/tiktok/patch.sh b/src/tiktok/patch.sh index 597d2c5..3041627 100644 --- a/src/tiktok/patch.sh +++ b/src/tiktok/patch.sh @@ -10,6 +10,6 @@ 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 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@29.3.3 . 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 +java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.ss.android.ugc.trill@29.3.3.apk --keystore=ks.keystore -o Tiktok.apk