From d1a7c2a56a3c3e392bdc6bbd193c0ec33cfb0ada Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:53:56 +0700 Subject: [PATCH] up --- .github/workflows/patch.yml | 3 +-- ytm/patch-ytm.sh | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index b3e80e5..c783f65 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -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 diff --git a/ytm/patch-ytm.sh b/ytm/patch-ytm.sh index a0ec03c..c792a93 100644 --- a/ytm/patch-ytm.sh +++ b/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() {