From 95f24d91ad4fd0a7f41c6e507e4eff32e1244099 Mon Sep 17 00:00:00 2001 From: siritami <102145692+FiorenMas@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:28:22 +0700 Subject: [PATCH] Fix ReVancedExperiments Follow idea https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/issues/70 Re-enable check update patch --- .github/workflows/ci.yml | 12 ++++++++++++ src/build/Revanced-Experiment.sh | 4 ++-- .../instagram-revanced-experiments/exclude-patches | 2 ++ .../telegram-revanced-experiments/exclude-patches | 2 ++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4156513..2235e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,10 @@ jobs: id: check-BiliRoamingM if: steps.check-gh.outputs.internet_error == '0' run: bash src/etc/ci.sh sakarie9/BiliRoamingM latest bilibili-BiliRoamingM.apk + - name: Check new patch Revanced Experiments + id: check-Revanced-Experiments + if: steps.check-gh.outputs.internet_error == '0' + run: bash src/etc/ci.sh Aunali321/ReVancedExperiments latest telegram-revanced-experiments.apk - name: Re-run workflow if github connection not stable if: always() && steps.check-rv.outcome == 'skipped' && env.retry_count < env.max_retries uses: actions/github-script@v7 @@ -105,6 +109,7 @@ jobs: check_rve67: ${{ steps.check-rve67.outputs.new_patch }} check_rve5: ${{ steps.check-rve5.outputs.new_patch }} check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }} + check_Revanced_Experiments: ${{ steps.check-Revanced-Experiments.outputs.new_patch }} Patch-Revanced: name: Patch Revanced Stable @@ -190,3 +195,10 @@ jobs: uses: ./.github/workflows/manual-patch.yml with: org: "BiliRoamingM" + Patch-Revanced-Experiments: + name: Patch Revanced Experiments + needs: check + if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }} + uses: ./.github/workflows/manual-patch.yml + with: + org: "Revanced Experiments" \ No newline at end of file diff --git a/src/build/Revanced-Experiment.sh b/src/build/Revanced-Experiment.sh index 8cd2a46..783bdd0 100644 --- a/src/build/Revanced-Experiment.sh +++ b/src/build/Revanced-Experiment.sh @@ -1,5 +1,5 @@ #!/bin/bash -# ReVanced Experiments build +# ReVanced Experiments build source src/build/utils.sh ################################################# @@ -22,5 +22,5 @@ patch "telegram-web-version" "revanced-experiments" # Patch Instagram: get_patches_key "instagram-revanced-experiments" -get_apk "com.instagram.android" "instagram-arm64-v8a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi" +get_apk "com.instagram.android" "instagram-arm64-v8a" "instagram-instagram" "instagram/instagram-instagram/instagram" "arm64-v8a" "nodpi" patch "instagram-arm64-v8a" "revanced-experiments" \ No newline at end of file diff --git a/src/patches/instagram-revanced-experiments/exclude-patches b/src/patches/instagram-revanced-experiments/exclude-patches index e69de29..7d6953a 100644 --- a/src/patches/instagram-revanced-experiments/exclude-patches +++ b/src/patches/instagram-revanced-experiments/exclude-patches @@ -0,0 +1,2 @@ +Disable Auto Update +Deobfuscate Smob diff --git a/src/patches/telegram-revanced-experiments/exclude-patches b/src/patches/telegram-revanced-experiments/exclude-patches index e69de29..7d6953a 100644 --- a/src/patches/telegram-revanced-experiments/exclude-patches +++ b/src/patches/telegram-revanced-experiments/exclude-patches @@ -0,0 +1,2 @@ +Disable Auto Update +Deobfuscate Smob