fix: Provide keystore alias

This commit is contained in:
Sayantan Santra 2023-11-25 19:43:32 -06:00
parent 3858faf970
commit 76c3dc7c3b
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -58,7 +58,7 @@ def build_apps(appstate):
try: try:
keystore = build_config[app]['keystore'] keystore = build_config[app]['keystore']
if not root: if not root:
cmd += f" --keystore {keystore}" cmd += f" --keystore {keystore} --alias=alias --keystore-entry-password=ReVanced --keystore-password=ReVanced"
except: except:
pass pass