mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Delete Old Changelog file
This commit is contained in:
@@ -10,7 +10,7 @@ from src.downloader.download import Downloader
|
|||||||
from src.exceptions import AppNotFoundError, BuilderError, PatchesJsonLoadError, PatchingFailedError
|
from src.exceptions import AppNotFoundError, BuilderError, PatchesJsonLoadError, PatchingFailedError
|
||||||
from src.parser import Parser
|
from src.parser import Parser
|
||||||
from src.patches import Patches
|
from src.patches import Patches
|
||||||
from src.utils import check_java
|
from src.utils import check_java, delete_old_changelog
|
||||||
|
|
||||||
|
|
||||||
def get_app(config: RevancedConfig, app_name: str) -> APP:
|
def get_app(config: RevancedConfig, app_name: str) -> APP:
|
||||||
@@ -28,6 +28,7 @@ def main() -> None:
|
|||||||
Downloader.extra_downloads(config)
|
Downloader.extra_downloads(config)
|
||||||
if not config.dry_run:
|
if not config.dry_run:
|
||||||
check_java()
|
check_java()
|
||||||
|
delete_old_changelog()
|
||||||
|
|
||||||
logger.info(f"Will Patch only {config.apps}")
|
logger.info(f"Will Patch only {config.apps}")
|
||||||
for possible_app in config.apps:
|
for possible_app in config.apps:
|
||||||
|
|||||||
Reference in New Issue
Block a user