mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Update
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
src export-ignore
|
||||
@@ -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 1
|
||||
exit 0
|
||||
else
|
||||
rm -f *.txt
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ asset=$(echo "$release" | jq -r '.assets[] | select(.name == "revanced-extended-
|
||||
curl -sL -O "$asset"
|
||||
if diff -q revanced-extended-version.txt new.txt >/dev/null ; then
|
||||
echo "Old patch!!! Not build"
|
||||
exit 1
|
||||
exit 0
|
||||
else
|
||||
rm -f *.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user