mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🎨 Updated changelog file format
This commit is contained in:
committed by
Nikhil Badyal
parent
1fbeeaef17
commit
993b429eb1
@@ -11,7 +11,7 @@ from src.downloader.download import Downloader
|
||||
from src.exceptions import AppNotFoundError, BuilderError, PatchesJsonLoadError, PatchingFailedError
|
||||
from src.parser import Parser
|
||||
from src.patches import Patches
|
||||
from src.utils import check_java, delete_old_changelog, save_patch_info
|
||||
from src.utils import check_java, delete_old_changelog, save_patch_info, write_changelog_to_file
|
||||
|
||||
|
||||
def get_app(config: RevancedConfig, app_name: str) -> APP:
|
||||
@@ -52,6 +52,7 @@ def main() -> None:
|
||||
logger.exception(e)
|
||||
except BuilderError as e:
|
||||
logger.exception(f"Failed to build {possible_app} because of {e}")
|
||||
write_changelog_to_file()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user