From 3ab0121e85e91184c6d1f516831f27f5339003db Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Fri, 14 Feb 2025 02:12:04 +0700 Subject: [PATCH] fix temporarily disable patch lightroom --- src/build/Revanced-Beta.sh | 8 ++++---- src/build/Revanced.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/build/Revanced-Beta.sh b/src/build/Revanced-Beta.sh index 5cd129c..3920d9e 100644 --- a/src/build/Revanced-Beta.sh +++ b/src/build/Revanced-Beta.sh @@ -121,10 +121,10 @@ revanced_dl(){ 7() { revanced_dl # Patch Lightroom: - get_patches_key "lightroom" - version="9.2.0" - get_apk "com.adobe.lrmobile" "lightroom-beta" "lightroom" "adobe/lightroom/lightroom" - patch "lightroom-beta" "revanced" + #get_patches_key "lightroom" + #version="9.2.0" + #get_apk "com.adobe.lrmobile" "lightroom-beta" "lightroom" "adobe/lightroom/lightroom" + #patch "lightroom-beta" "revanced" # Patch RAR: get_patches_key "rar" get_apk "com.rarlab.rar" "rar-beta" "rar" "rarlab-published-by-win-rar-gmbh/rar/rar" "arm64-v8a" diff --git a/src/build/Revanced.sh b/src/build/Revanced.sh index 54e21c0..24d0004 100644 --- a/src/build/Revanced.sh +++ b/src/build/Revanced.sh @@ -124,10 +124,10 @@ revanced_dl(){ get_apk "com.rarlab.rar" "rar" "rar" "rarlab-published-by-win-rar-gmbh/rar/rar" "arm64-v8a" patch "rar" "revanced" # Patch Lightroom: - get_patches_key "lightroom" - version="9.2.0" - get_apk "com.adobe.lrmobile" "lightroom" "lightroom" "adobe/lightroom/lightroom" - patch "lightroom" "revanced" + #get_patches_key "lightroom" + #version="9.2.0" + #get_apk "com.adobe.lrmobile" "lightroom" "lightroom" "adobe/lightroom/lightroom" + #patch "lightroom" "revanced" } 8() { revanced_dl