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