Добавление патча сжатия png, обновление документации

This commit is contained in:
2025-08-28 12:56:50 +03:00
parent 99ef353500
commit 73fa374423
12 changed files with 151 additions and 28 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
# Change package name of apk
"""Change package name of apk"""
priority = -1
from tqdm import tqdm
import os
def rename_dir(src, dst):
os.makedirs(os.path.dirname(dst), exist_ok=True)
os.rename(src, dst)
def apply(config: dict) -> bool:
assert config["new_package_name"] is not None, "new_package_name is not configured"