mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
✨ Ability to upload extra files
This commit is contained in:
@@ -8,7 +8,7 @@ from src.config import RevancedConfig
|
||||
from src.downloader.factory import DownloaderFactory
|
||||
from src.parser import Parser
|
||||
from src.patches import Patches
|
||||
from src.utils import AppNotFound, PatchesJsonFailed, check_java
|
||||
from src.utils import AppNotFound, PatchesJsonFailed, check_java, extra_downloads
|
||||
|
||||
|
||||
def main() -> None:
|
||||
@@ -17,6 +17,7 @@ def main() -> None:
|
||||
|
||||
env = Env()
|
||||
config = RevancedConfig(env)
|
||||
extra_downloads(config)
|
||||
check_java(config.dry_run)
|
||||
|
||||
logger.info(f"Will Patch only {config.apps}")
|
||||
|
||||
Reference in New Issue
Block a user