From 0f9f6f29327ce59a4e53c7d5961bd86ecc774df9 Mon Sep 17 00:00:00 2001 From: wowlikon Date: Mon, 15 Sep 2025 16:33:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D1=82=D1=87=D0=B0=20com?= =?UTF-8?q?press=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patches/compress.py | 5 +++-- requirements.txt | 16 ++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) 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