mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-06 03:03:50 +05:00
refactor: color patch
This commit is contained in:
parent
4a8d9f95d1
commit
43b1406b4a
5 changed files with 4970 additions and 1193 deletions
|
@ -86,7 +86,6 @@ 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