mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-06 03:03:50 +05:00
feat: initial commit
This commit is contained in:
commit
b6c058c40f
16 changed files with 400 additions and 0 deletions
15
config.json
Normal file
15
config.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"tools": [
|
||||
{
|
||||
"tool": "apktool.jar",
|
||||
"url": "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.12.0.jar"
|
||||
}
|
||||
],
|
||||
"folders": {
|
||||
"tools": "./tools",
|
||||
"apks": "./apks",
|
||||
"decompiled": "./decompiled",
|
||||
"patches": "./patches",
|
||||
"dist": "./dist"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue