mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
14 lines
383 B
Bash
14 lines
383 B
Bash
#!/bin/bash
|
|
# $potjfy build
|
|
source src/build/utils.sh
|
|
|
|
# Download requirements
|
|
dl_gh "revanced-patches revanced-cli" "revanced" "latest"
|
|
|
|
# Patch Spotjfy Arm64-v8a
|
|
get_patches_key "Spotjfy-revanced"
|
|
j="i"
|
|
version="9.0.44.478"
|
|
get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
|
|
patch "spotjfy-arm64-v8a" "revanced"
|