From 41c23f8ac813b97e3f1f2f6c1e62965b9febd0a5 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 13 Nov 2024 15:15:36 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Updated=20json=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 793f1ebe55..adef50c8e3 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ EXTRA_FILES=https://github.com/inotia00/VancedMicroG/releases/latest@VancedMicro PATCH_APPS=youtube,youtube_revancify_red,youtube_revancify_blue,youtube_mmt,youtube_music,reddit GLOBAL_CLI_DL=https://github.com/revanced/revanced-cli GLOBAL_PATCHES_DL=https://github.com/revanced/revanced-patches -GLOBAL_PATCHES_JSON_DL=https://github.com/revanced/revanced-patches +GLOBAL_PATCHES_JSON_DL=https://api.revanced.app/v4/patches/list #Example EXISTING_DOWNLOADED_APKS=twitter diff --git a/README.md b/README.md index f8a3534773..bf449e3597 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ You can use any of the following methods to build. ```dotenv GLOBAL_CLI_DL=https://github.com/revanced/revanced-cli GLOBAL_PATCHES_DL=https://github.com/revanced/revanced-patches - GLOBAL_PATCHES_JSON_DL=https://github.com/revanced/revanced-patches + GLOBAL_PATCHES_JSON_DL=https://api.revanced.app/v4/patches/list ``` Resources downloaded from envs and will be used for patching for any **APP_NAME**. Unless provided different resource for the individual app.