Update utils.sh

This commit is contained in:
j-hc 2024-11-13 03:34:40 +03:00 committed by GitHub
parent ada9264cfb
commit b35338e41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ get_rv_prebuilts() {
tag_name=v${tag_name%.*} tag_name=v${tag_name%.*}
fi fi
if [ "$tag" = "Patches" ]; then 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 [ "$REMOVE_RV_INTEGRATIONS_CHECKS" = true ]; then
if ! ( if ! (
mkdir -p "${file}-zip" || return 1 mkdir -p "${file}-zip" || return 1