Исправление патча compress обновление списка зависимостей
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user