From c705770d5c59d5209fe45232733eed087a265044 Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:25:52 +0700 Subject: [PATCH] up --- .github/workflows/patch.yml | 4 +--- ks.keystore => yt/ks.keystore | Bin patch-yt.sh => yt/patch-yt.sh | 0 patches-yt.rv => yt/patches-yt.rv | 0 patches-yt.rve => yt/patches-yt.rve | 0 5 files changed, 1 insertion(+), 3 deletions(-) rename ks.keystore => yt/ks.keystore (100%) rename patch-yt.sh => yt/patch-yt.sh (100%) rename patches-yt.rv => yt/patches-yt.rv (100%) rename patches-yt.rve => yt/patches-yt.rve (100%) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 86c14b3..c15eb49 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -16,10 +16,8 @@ jobs: java-version: '17' - name: Patch Youtube Revanced & Revanced Extended non-root - run: bash patch-yt.sh + run: bash yt/patch-yt.sh - - name: Patch Youtube Music Revanced & Revanced Extended non-root - run: bash patch-ytm.sh - name: Generate Changelog run: | diff --git a/ks.keystore b/yt/ks.keystore similarity index 100% rename from ks.keystore rename to yt/ks.keystore diff --git a/patch-yt.sh b/yt/patch-yt.sh similarity index 100% rename from patch-yt.sh rename to yt/patch-yt.sh diff --git a/patches-yt.rv b/yt/patches-yt.rv similarity index 100% rename from patches-yt.rv rename to yt/patches-yt.rv diff --git a/patches-yt.rve b/yt/patches-yt.rve similarity index 100% rename from patches-yt.rve rename to yt/patches-yt.rve