From 0a701f45887cb6523907349bac4c534039a7966e Mon Sep 17 00:00:00 2001 From: SinTan1729 <sayantan.santra689@gmail.com> Date: Sun, 3 Sep 2023 16:33:38 -0500 Subject: [PATCH] doc: Small change to build_config --- example_configs/build_config | 2 +- src/ReVancedBuilder/ReVancedBuilder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/build_config b/example_configs/build_config index 9078272..9119c7c 100644 --- a/example_configs/build_config +++ b/example_configs/build_config @@ -51,4 +51,4 @@ output_name = YouTube_Music_ReVanced_root keystore = revanced-ytm-root.keystore [post_script] -# file = post_script.sh +# file = ./post_script.sh diff --git a/src/ReVancedBuilder/ReVancedBuilder.py b/src/ReVancedBuilder/ReVancedBuilder.py index 451a6df..cbb64a4 100755 --- a/src/ReVancedBuilder/ReVancedBuilder.py +++ b/src/ReVancedBuilder/ReVancedBuilder.py @@ -186,7 +186,7 @@ elif flag != 'checkonly': json.dump(appstate['present_vers'], f, indent=4) try: cmd = f"{appstate['build_config']['post_script']['file']} {appstate['timestamp']}" - print(f"Running the psot command '{cmd}") + print(f"Running the post command '{cmd}'") subprocess.run(cmd, shell=True) except: pass