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
1 changed files with 1 additions and 1 deletions

View File

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