diff --git a/build_revanced.sh b/build_revanced.sh index fbca99f..68c95fa 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -95,7 +95,7 @@ echo "$(date) | Starting check..." if [[ $2 != buildonly ]]; then # Create a backup of versions - [ -f versions.json ] && cp versions.json versions.json.old + [ -f versions.json ] && cp versions.json versions.json.old || touch versions.json # Fetch all the dependencies try=0 while :; do