Исправление патча compress обновление списка зависимостей

This commit is contained in:
2025-09-15 16:33:26 +03:00
parent 77694ec4b7
commit 0f9f6f2932
2 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -107,8 +107,9 @@ def remove_AI_voiceover(config):
return True
def remove_language_files(config):
path = "./patches/res"
path = "./decompiled/res"
folders = [
"values-af",
"values-am",
@@ -209,7 +210,7 @@ def remove_language_files(config):
def remove_drawable_files(config):
path = "./patches/res"
path = "./decompiled/res"
folders = [
"drawable-en-hdpi",
"drawable-en-ldpi",