mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 14:14:38 +02:00
Update utils.sh
This commit is contained in:
parent
ada9264cfb
commit
b35338e41c
2
utils.sh
2
utils.sh
@ -89,7 +89,7 @@ get_rv_prebuilts() {
|
||||
tag_name=v${tag_name%.*}
|
||||
fi
|
||||
if [ "$tag" = "Patches" ]; then
|
||||
echo -e "[Changelog](https://github.com/${src}/releases/tag/${tag_name})\n" >>"${cl_dir}/changelog.md"
|
||||
if [ ! -f "$file" ]; then echo -e "[Changelog](https://github.com/${src}/releases/tag/${tag_name})\n" >>"${cl_dir}/changelog.md"; fi
|
||||
if [ "$REMOVE_RV_INTEGRATIONS_CHECKS" = true ]; then
|
||||
if ! (
|
||||
mkdir -p "${file}-zip" || return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user