mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
👷 Updated Docs
This commit is contained in:
@@ -25,7 +25,7 @@ def main() -> None:
|
||||
logger.info("Trying to build %s" % app)
|
||||
app_all_patches, version, is_experimental = patcher.get_app_configs(app)
|
||||
version = downloader.download_apk_to_patch(version, app)
|
||||
patcher.include_and_exclude_patches(app, parser, app_all_patches)
|
||||
patcher.include_exclude_patch(app, parser, app_all_patches)
|
||||
logger.info(f"Downloaded {app}, version {version}")
|
||||
parser.patch_app(app=app, version=version, is_experimental=is_experimental)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user