mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 20:02:00 +00:00
sync the author code
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user