mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Added apps: Bilibili chinese from BiliRoamingX Rar from Revanced Tasker, Nova launcher from Dropped Patch Removed app: Windy
16 lines
462 B
Bash
16 lines
462 B
Bash
#!/bin/bash
|
|
# BiliRoamingX build for chinese only
|
|
source ./src/build/utils.sh
|
|
|
|
#################################################
|
|
|
|
# Download requirements
|
|
dl_gh "revanced-cli" "revanced" "latest"
|
|
dl_gh "BiliRoamingX" "BiliRoamingX" "latest"
|
|
|
|
#################################################
|
|
|
|
# Patch bilibili:
|
|
get_patches_key "bilibili-BiliRoamingX"
|
|
get_apk "com.bilibili.app.in" "bilibili" "bilibili" "bilibili/bilibili/bilibili"
|
|
patch "bilibili" "BiliRoamingX" |