sync the author code

This commit is contained in:
2026-07-21 11:01:29 +07:00
parent a14e4f9c7d
commit 7d5e85fc3e
18 changed files with 186 additions and 521 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ for table_name in $(toml_get_table_names); do
epr "Could not get prebuilts"
continue
fi
read -r cli_jar patches_jar <<<"$PREBUILTS"
read -r patches_jar cli_jar <<<"$PREBUILTS"
app_args[cli]=$cli_jar
app_args[ptjar]=$patches_jar
app_args[rv_brand]=$(toml_get "$t" rv-brand) || app_args[rv_brand]=$DEF_RV_BRAND
@@ -155,7 +155,7 @@ for table_name in $(toml_get_table_names); do
fi
done
wait
rm -rf temp/tmp.*
_clean_tmp
if [ -z "$(ls -A1 "${BUILD_DIR}")" ]; then abort "All builds failed."; fi
log "\nInstall [Microg](https://github.com/ReVanced/GmsCore/releases) for non-root YouTube and YT Music APKs"