mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-07 19:53:50 +05:00
feat: add more settings to compress patch
This commit is contained in:
parent
ea5a1a2bed
commit
2fef0a32b7
4 changed files with 231 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"keep_dirs": ["META-INF", "kotlin"]
|
||||
"remove_language_files": true,
|
||||
"remove_AI_voiceover": true,
|
||||
"remove_debug_lines": true,
|
||||
"remove_drawable_files": false,
|
||||
"remove_unknown_files": false,
|
||||
"remove_unknown_files_keep_dirs": ["META-INF", "kotlin"],
|
||||
"compress_png_files": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue