doc: Small change to build_config

This commit is contained in:
Sayantan Santra 2023-09-03 16:33:38 -05:00
parent 7c27682576
commit 0a701f4588
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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