1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-06 03:03:50 +05:00

feat: add material_ui patch

This commit is contained in:
Kentai Radiquum 2025-09-01 07:43:59 +05:00
parent b29bd39327
commit 4a8d9f95d1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 1077 additions and 14 deletions

View file

@ -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()