temporarily not use bundle apks

This commit is contained in:
j-hc 2023-02-12 17:44:18 +03:00
parent fc6dcc0f5e
commit f24bc48a8d

View File

@ -314,7 +314,7 @@ build_rv() {
if [ "$mode_arg" = module ] || [ "$mode_arg" = both ]; then
if [ -f "$stock_bundle_apk" ]; then
is_bundle=true
elif [ "$dl_from" = apkmirror ]; then
elif [ "$dl_from" = TODO ]; then
pr "Downloading '${app_name}' bundle from APKMirror"
if dl_apkmirror "${args[apkmirror_dlurl]}" "$version" "BUNDLE</span>[^@]*@\([^#]*\)" "$stock_bundle"; then
pr "'${app_name}' bundle was downloaded successfully and will be used for the module"