Skip to content

Commit

Permalink
include revanced-patches changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc authored Aug 23, 2022
1 parent 94d8710 commit fb2b9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ get_prebuilts() {
RV_PATCHES_URL=$(req https://api.github.com/repos/revanced/revanced-patches/releases/latest - | tr -d ' ' | sed -n 's/.*"browser_download_url":"\(.*jar\)".*/\1/p')
RV_PATCHES_JAR="${TEMP_DIR}/${RV_PATCHES_URL##*/}"
log "Patches: ${RV_PATCHES_JAR#"$TEMP_DIR/"}"
log "[Patches Changelog](https://github.com/revanced/revanced-patches/releases/latest)"

dl_if_dne "$RV_CLI_JAR" "$RV_CLI_URL"
dl_if_dne "$RV_INTEGRATIONS_APK" "$RV_INTEGRATIONS_URL"
Expand Down

0 comments on commit fb2b9d9

Please sign in to comment.