mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-06 11:13:51 +05:00
feat: add material_ui patch
This commit is contained in:
parent
b29bd39327
commit
4a8d9f95d1
3 changed files with 1077 additions and 14 deletions
|
@ -86,6 +86,7 @@ def apply_patches(patches: list[str]) -> list[PatchStatus]:
|
|||
) as conf:
|
||||
conf = json.loads(conf.read())
|
||||
conf["src"] = config["folders"]["decompiled"]
|
||||
conf["patches"] = patches
|
||||
status = patch.apply(conf)
|
||||
statuses.append({"name": patch.name, "status": status})
|
||||
bar.update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue