mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
fix: Provide keystore alias
This commit is contained in:
parent
3858faf970
commit
76c3dc7c3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue