mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-06 11:13:51 +05:00
refactor: tqdm -> rich.progress
This commit is contained in:
parent
43b1406b4a
commit
7b5ba163bd
10 changed files with 260 additions and 141 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"log_level": "INFO",
|
||||
"tools": [
|
||||
{
|
||||
"tool": "apktool.jar",
|
||||
|
@ -11,5 +12,9 @@
|
|||
"decompiled": "./decompiled",
|
||||
"patches": "./patches",
|
||||
"dist": "./dist"
|
||||
},
|
||||
"xml_ns": {
|
||||
"android": "http://schemas.android.com/apk/res/android",
|
||||
"app": "http://schemas.android.com/apk/res-auto"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue