mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2025-02-05 14:12:34 -06:00
doc: Small change to build_config
This commit is contained in:
parent
7c27682576
commit
0a701f4588
2 changed files with 2 additions and 2 deletions
|
@ -51,4 +51,4 @@ output_name = YouTube_Music_ReVanced_root
|
||||||
keystore = revanced-ytm-root.keystore
|
keystore = revanced-ytm-root.keystore
|
||||||
|
|
||||||
[post_script]
|
[post_script]
|
||||||
# file = post_script.sh
|
# file = ./post_script.sh
|
||||||
|
|
|
@ -186,7 +186,7 @@ elif flag != 'checkonly':
|
||||||
json.dump(appstate['present_vers'], f, indent=4)
|
json.dump(appstate['present_vers'], f, indent=4)
|
||||||
try:
|
try:
|
||||||
cmd = f"{appstate['build_config']['post_script']['file']} {appstate['timestamp']}"
|
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)
|
subprocess.run(cmd, shell=True)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue