Compare commits

...
3 Commits
47 ... 55
Author SHA1 Message Date
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 6 deletions
-6
View File
@@ -170,10 +170,4 @@ log "Use [zygisk-detach](https://github.com/j-hc/zygisk-detach) to detach root R
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)\n" log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)\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
log "\nSkipped:"
log "$SKIPPED"
fi
pr "Done" 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" uptodown-dlurl = "https://youtube.en.uptodown.com/android"
included-patches = "'Custom header for YouTube' 'MaterialYou'" included-patches = "'Custom header for YouTube' 'MaterialYou'"
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'" 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"