mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2026-08-06 11:39:29 +00:00
Update build-rv.sh
This commit is contained in:
parent
35bee5b6c8
commit
2d2f881774
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ asset=$(echo "$release" | jq -r '.assets[] | select(.name == "revanced-version.t
|
|||
curl -sL -O "$asset"
|
||||
if diff -q revanced-version.txt new.txt >/dev/null ; then
|
||||
echo "Old patch!!! Not build"
|
||||
exit 0
|
||||
exit 1
|
||||
else
|
||||
rm -f *.txt
|
||||
|
||||
|
|
@ -69,4 +69,4 @@ get_apk_arch "youtube-music" "youtube-music" "google-inc/youtube-music/youtube-m
|
|||
patch "youtube-music" "youtube-music-revanced"
|
||||
|
||||
ls revanced-patches*.jar >> revanced-version.txt
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue