From 6c755241fe96eb852d9ac2bbba3f618fb82cbaa7 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 27 Oct 2024 21:48:25 +0100 Subject: [PATCH] Refactor fetch_link.sh script to update APK download logic and remove bundle download functionality --- fetch_link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_link.sh b/fetch_link.sh index 96f332f..c7ae4ab 100644 --- a/fetch_link.sh +++ b/fetch_link.sh @@ -38,8 +38,8 @@ else if [ "${#apkUrls[@]}" -ne 0 ]; then url1=${apkUrls[-1]} appType=apk + fi fi - fi echo 33