This commit is contained in:
Fioren
2023-05-27 12:29:05 +07:00
parent ccfadc604e
commit 085b892c50
5 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ if diff -q revanced-extended-android-6-7-version.txt new.txt >/dev/null ; then
echo "Old patch!!! Not build" echo "Old patch!!! Not build"
exit 0 exit 0
else else
rm -f *.txt rm -f ./*.txt
################################################# #################################################

View File

@@ -14,7 +14,7 @@ if diff -q revanced-extended-version.txt new.txt >/dev/null ; then
echo "Old patch!!! Not build" echo "Old patch!!! Not build"
exit 0 exit 0
else else
rm -f *.txt rm -f ./*.txt
################################################# #################################################

View File

@@ -14,7 +14,7 @@ if diff -q revanced-version.txt new.txt >/dev/null ; then
echo "Old patch!!! Not build" echo "Old patch!!! Not build"
exit 0 exit 0
else else
rm -f *.txt rm -f ./*.txt
################################################# #################################################