mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Check new supported apps
This commit is contained in:
@@ -64,6 +64,11 @@ class Patches(object):
|
||||
key: (value, "_" + value) for key, value in _revanced_extended_app_ids.items()
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
def support_app() -> Dict[str, str]:
|
||||
"""Return supported apps."""
|
||||
return Patches._revanced_app_ids
|
||||
|
||||
@staticmethod
|
||||
def check_java(dry_run: bool) -> None:
|
||||
"""Check if Java17 is installed."""
|
||||
|
||||
Reference in New Issue
Block a user