Compare commits

..
2 Commits
53 .. 63
Author SHA1 Message Date
nezumi 6e4565bc1b Update build.sh 2025-05-15 00:11:34 +07:00
nezumi f6d783c176 fix: ignore skipped content 2025-05-02 10:19:13 +07:00
-4
View File
@@ -171,9 +171,5 @@ log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)\
log "$(cat "$TEMP_DIR"/*-rv/changelog.md)"
SKIPPED=$(cat "$TEMP_DIR"/skipped 2>/dev/null || :)
if [ -n "$SKIPPED" ]; then
log "\nSkipped:"
log "$SKIPPED"
fi
pr "Done"