Download normal cli revanced

This commit is contained in:
Nikhil Badyal
2022-10-18 22:18:48 +05:30
parent 95264ef4e4
commit 5488f8d0d8
+1 -1
View File
@@ -165,7 +165,7 @@ class Downloader(object):
def download_revanced(self) -> None:
"""Download Revanced and Extended Patches, Integration and CLI."""
assets = [
["j-hc", "revanced-cli", self.config.normal_cli_jar],
["revanced", "revanced-cli", self.config.normal_cli_jar],
["revanced", "revanced-integrations", self.config.normal_integrations_apk],
["revanced", "revanced-patches", self.config.normal_patches_jar],
]