mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added Tasker, Novalauncher
Because the patching time of revanced.sh is too long, I split it into 3 .sh files and ran them with 3 more runners to speed up the patching time.
This commit is contained in:
59
src/build/Revanced-3.sh
Normal file
59
src/build/Revanced-3.sh
Normal file
@@ -0,0 +1,59 @@
|
||||
#!/bin/bash
|
||||
# Revanced build
|
||||
source ./src/build/utils.sh
|
||||
|
||||
#################################################
|
||||
|
||||
# Checking new patch
|
||||
checker "revanced/revanced-patches" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Download requirements
|
||||
dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Pixiv:
|
||||
get_patches_key "pixiv"
|
||||
get_apk "pixiv" "pixiv" "pixiv-inc/pixiv/pixiv"
|
||||
patch "pixiv" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Lightroom:
|
||||
get_patches_key "lightroom"
|
||||
get_apk "lightroom" "lightroom" "adobe/lightroom/lightroom"
|
||||
patch "lightroom" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Windy:
|
||||
get_patches_key "windy"
|
||||
get_apk "windy" "windy-wind-weather-forecast" "windy-weather-world-inc/windy-wind-weather-forecast/windy-wind-weather-forecast"
|
||||
patch "windy" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar
|
||||
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||
dl_gh "revanced-integrations" "revanced" "tags/v0.115.1"
|
||||
dl_gh "revanced-cli" "revanced" "tags/v2.22.0"
|
||||
|
||||
#################################################
|
||||
|
||||
#Patch Tasker:
|
||||
get_patches_key "tasker"
|
||||
#version="6.2.12-rc"
|
||||
get_apk "tasker" "tasker" "joaomgcd/tasker/tasker"
|
||||
_patch "tasker" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
#Patch Nova Launcher:
|
||||
get_patches_key "nova-launcher"
|
||||
#version="8.0.6"
|
||||
get_apk "nova-launcher" "nova-launcher" "teslacoil-software/nova-launcher/nova-launcher"
|
||||
_patch "nova-launcher" "revanced"
|
||||
|
||||
#################################################
|
||||
Reference in New Issue
Block a user