mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-08 10:34:27 +02:00
some formatting
This commit is contained in:
parent
1d490b5225
commit
6d47258090
2
build.sh
2
build.sh
@ -169,7 +169,7 @@ if [ "$youtube_mode" != module ] || [ "$music_mode" != module ]; then
|
|||||||
log "\nInstall [Vanced Microg](https://github.com/TeamVanced/VancedMicroG/releases) for non-root YouTube or YT Music"
|
log "\nInstall [Vanced Microg](https://github.com/TeamVanced/VancedMicroG/releases) for non-root YouTube or YT Music"
|
||||||
fi
|
fi
|
||||||
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)"
|
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)"
|
||||||
log "\n---\nChangelog:"
|
log "\nChangelog:"
|
||||||
log "$(cat $TEMP_DIR/*-rv/changelog.md)"
|
log "$(cat $TEMP_DIR/*-rv/changelog.md)"
|
||||||
|
|
||||||
pr "Done"
|
pr "Done"
|
||||||
|
2
utils.sh
2
utils.sh
@ -79,7 +79,7 @@ get_rv_prebuilts() {
|
|||||||
local nm
|
local nm
|
||||||
nm=$(cut -d/ -f9 <<<"$rv_patches_url")
|
nm=$(cut -d/ -f9 <<<"$rv_patches_url")
|
||||||
echo "Patches: $(cut -d/ -f4 <<<"$rv_patches_url")/$nm " >>"$patches_dir/changelog.md"
|
echo "Patches: $(cut -d/ -f4 <<<"$rv_patches_url")/$nm " >>"$patches_dir/changelog.md"
|
||||||
echo "[Changelog](https://github.com/${patches_src}/releases/tag/v$(sed 's/.*-\(.*\)\..*/\1/' <<<$nm))" >>"$patches_dir/changelog.md"
|
echo -e "[Changelog](https://github.com/${patches_src}/releases/tag/v$(sed 's/.*-\(.*\)\..*/\1/' <<<$nm))\n" >>"$patches_dir/changelog.md"
|
||||||
# echo -e "\n${rv_patches_changelog//# [/### [}\n---" >>"$patches_dir/changelog.md"
|
# echo -e "\n${rv_patches_changelog//# [/### [}\n---" >>"$patches_dir/changelog.md"
|
||||||
|
|
||||||
dl_if_dne "$rv_cli_jar" "$rv_cli_url" >&2 || return 1
|
dl_if_dne "$rv_cli_jar" "$rv_cli_url" >&2 || return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user