Update utils.sh

This commit is contained in:
Fioren
2023-06-23 19:38:39 +07:00
committed by GitHub
parent ce84eab22d
commit 28d8f2047b

View File

@@ -13,7 +13,7 @@ if [ "$latest_version" = "$cur_version" ]; then
exit 0 exit 0
else else
echo "New patch, building..." echo "New patch, building..."
rm -f ./json.txt rm -f ./json.txt ./$2-version.txt
echo $latest_version > $2-version.txt echo $latest_version > $2-version.txt
fi fi
} }