From b6535c66daf7b2f4f4d8aaba04240cfee31943b8 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 18 Oct 2022 21:28:29 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Rip=20Libs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloader.py b/src/downloader.py index b28aa03..31b54a5 100644 --- a/src/downloader.py +++ b/src/downloader.py @@ -165,7 +165,7 @@ class Downloader(object): def download_revanced(self) -> None: """Download Revanced and Extended Patches, Integration and CLI.""" assets = [ - ["revanced", "revanced-cli", self.config.normal_cli_jar], + ["j-hc", "revanced-cli", self.config.normal_cli_jar], ["revanced", "revanced-integrations", self.config.normal_integrations_apk], ["revanced", "revanced-patches", self.config.normal_patches_jar], ]