Update utils.sh

This commit is contained in:
j-hc 2023-01-16 22:02:48 +03:00 committed by GitHub
parent 96ac648b72
commit 1e8b9f51bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,7 @@ build_rv() {
if [ -z "$version" ]; then get_latest_ver=true; fi
elif [ "$version_mode" = latest ]; then
get_latest_ver=true
patcher_args="$patcher_args --experimental"
else
version=$version_mode
patcher_args="$patcher_args --experimental"