From f24bc48a8d3c76163f6d4365d54a45f2af89b83f Mon Sep 17 00:00:00 2001 From: j-hc Date: Sun, 12 Feb 2023 17:44:18 +0300 Subject: [PATCH] temporarily not use bundle apks --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 93bc545..1aff307 100755 --- a/utils.sh +++ b/utils.sh @@ -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[^@]*@\([^#]*\)" "$stock_bundle"; then pr "'${app_name}' bundle was downloaded successfully and will be used for the module"