Skip to content

Commit

Permalink
build: fix wilcard wrapping
Browse files Browse the repository at this point in the history
Signed-off-by: peternmuller <[email protected]>
  • Loading branch information
peternmuller committed Sep 29, 2024
1 parent 999df3b commit 037119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ -z "$(ls -A1 "${BUILD_DIR}")" ]; then abort "All builds failed."; fi

log "\nInstall [ReVanced GmsCore](https://github.com/ReVanced/GmsCore/releases/latest) for non-root YouTube and YouTube Music APKs"
log "(Optional) Use [zygisk-detach](https://github.com/j-hc/zygisk-detach/releases/latest) to detach root ReVanced YouTube and YouTube Music from the Play Store\n"
log "$(cat $TEMP_DIR/*-rv/changelog.md)"
log "$(cat "$TEMP_DIR"/*-rv/changelog.md)"

SKIPPED=$(cat "$TEMP_DIR"/skipped 2>/dev/null || :)
if [ -n "$SKIPPED" ]; then
Expand Down

0 comments on commit 037119b

Please sign in to comment.