Skip to content

Commit

Permalink
Refactor fetch_link.sh script to update APK download logic and remove…
Browse files Browse the repository at this point in the history
… bundle download functionality
  • Loading branch information
Louis-htmlcss committed Oct 27, 2024
1 parent 852c64c commit 6c75524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ else
if [ "${#apkUrls[@]}" -ne 0 ]; then
url1=${apkUrls[-1]}
appType=apk
fi
fi

fi
echo 33

Expand Down

0 comments on commit 6c75524

Please sign in to comment.