Исправление патча 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",
+8 -8
View File
@@ -1,8 +1,8 @@
typer[all]>=0.9.0
rich>=13.0.0
httpx>=1.2.0
pydantic>=2.2.0
plumbum>=1.8.0
lxml>=4.9.3
PyYAML>=6.0
tqdm>=4.66.0
typer[all]>=0.16.0
rich>=14.1.0
httpx>=0.28.1
pydantic>=2.11.7
plumbum>=1.9.0
lxml>=6.0.1
PyYAML>=6.0.2
tqdm>=4.67.1