Skip to content

Commit

Permalink
Update XYT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Aug 15, 2023
1 parent 0060543 commit ca5a252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/XYT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ mv -f Tav/lib/$DEVICE Tav/lib/$ach
unzip -qo apk/YouTube.apks 'base.apk' -d Tav
zip -qr apk/YouTube.apk -d $lib

if [ "$(java -jar "$lib1" -a "$lib3" -b "$lib2" -l --with-versions | grep -m1 "custom-playback-speed" | grep -cm1 "$VER")" != 1 ]; then
# Xử lý revanced patches
if [ "$Vidon" != "$VER" ];then
echo "- Chuyển đổi phiên bản $VER"
Expand All @@ -148,10 +149,10 @@ cp -rf $vak test
XHex test | sed -e "s/$(echo -n "$Vidon" | XHex)/$(echo -n "$VERSION" | XHex)/" | ZHex > $vak
done
cd jar
ls
zip -qr "lib/revanced-patches.jar" *
cd $HOME
fi
fi

# MOD YouTube
(
Expand Down

0 comments on commit ca5a252

Please sign in to comment.