1
0
Fork 0
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:
Kentai Radiquum 2025-09-03 15:43:41 +05:00
parent ea5a1a2bed
commit 2fef0a32b7
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 231 additions and 9 deletions

View file

@ -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
}