mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Download normal cli revanced
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ class Downloader(object):
|
|||||||
def download_revanced(self) -> None:
|
def download_revanced(self) -> None:
|
||||||
"""Download Revanced and Extended Patches, Integration and CLI."""
|
"""Download Revanced and Extended Patches, Integration and CLI."""
|
||||||
assets = [
|
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-integrations", self.config.normal_integrations_apk],
|
||||||
["revanced", "revanced-patches", self.config.normal_patches_jar],
|
["revanced", "revanced-patches", self.config.normal_patches_jar],
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user