Skip to content

Commit

Permalink
BraveNewPipe: simplify alternative apk addition in the release action…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
evermind-zz committed Aug 2, 2024
1 parent 3df7120 commit 0f22cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/brave-new-pipe-releast-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ updateJsonFile() {
| jq '.flavors.github.stable.version_code = '${VERSION_CODE}'' \
| jq '.flavors.github.stable.version = "'${VERSION_NAME}'"' \
| jq '.flavors.github.stable.apk = "'${L_URL_STABLE}'"' \
| jq '( .flavors.github.stable.alternative_apks[] | select(.alternative == "conscrypt") ).url |= "'${L_URL_ALTERNATIVE}'"' \
| jq '.flavors.github.stable.alternative_apks = []' \
| addAlternative "braveConscrypt" "${L_URL_ALTERNATIVE}" \
| addAlternative "braveLegacy" "${L_URL_ALTERNATIVE_LEGACY}" \
| addChangelog
}
Expand Down

0 comments on commit 0f22cb3

Please sign in to comment.