Compare commits

...
4 Commits
47 ... 62
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
nezumi 2da4a7c7cd update spotify config 2025-04-07 19:25:50 +07:00
nezumi 11af439fd5 add spotify patch 2025-04-07 19:16:28 +07:00
2 changed files with 7 additions and 4 deletions
-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"
+7
View File
@@ -81,3 +81,10 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
included-patches = "'Custom header for YouTube' 'MaterialYou'"
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'"
[Spotify]
app-name = "Spotify"
build-mode = "apk"
arch = "both"
version = "auto"
uptodown-dlurl = "https://spotify.en.uptodown.com/android"