diff --git a/patches/compress.py b/patches/compress.py index 2831c7d..8fd6fac 100644 --- a/patches/compress.py +++ b/patches/compress.py @@ -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", diff --git a/requirements.txt b/requirements.txt index 1000822..3f5dcda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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