forked from anixart-mod/patcher
Исправление патча 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",
|
||||
|
||||
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user