mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
up
This commit is contained in:
3
.github/workflows/patch.yml
vendored
3
.github/workflows/patch.yml
vendored
@@ -15,8 +15,7 @@ jobs:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
|
||||
- name: Patch Youtube Revanced & Revanced Extended non-root
|
||||
run: bash yt/patch-yt.sh
|
||||
|
||||
|
||||
- name: Patch Youtube Music Revanced & Revanced Extended non-root
|
||||
run: bash ytm/patch-ytm.sh
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
`#!/bin/bash
|
||||
#!/bin/bash
|
||||
set -e
|
||||
# Set variables for Revanced
|
||||
readonly revanced_name="revanced"
|
||||
readonly revanced_user="revanced"
|
||||
readonly revanced_patch="patches.rv"
|
||||
readonly revanced_patch="patches-ytm.rv"
|
||||
readonly revanced_ytmsversion="" # Input version supported if you need patch specific YT version.Example: "18.03.36"
|
||||
# Set variables for Revanced Extended
|
||||
readonly revanced_extended_name="revanced-extended"
|
||||
readonly revanced_extended_user="inotia00"
|
||||
readonly revanced_extended_patch="patches.rve"
|
||||
readonly revanced_extended_patch="patches-ytm.rve"
|
||||
readonly revanced_extended_ytmsversion="" # Input version supported if you need patch specific YT version.Example: "18.07.35"
|
||||
# Function prepare patches keywords
|
||||
get_patch() {
|
||||
|
||||
Reference in New Issue
Block a user