🎨 Per app key name

This commit is contained in:
Nikhil Badyal
2023-08-05 17:41:08 +05:30
parent c2c7e51956
commit f419e0e36f
4 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -89,7 +89,7 @@ class Parser(object):
"-o",
app.get_output_file_name(),
"--keystore",
self.config.keystore_name,
app.keystore_name,
"--options",
"options.json",
]
@@ -111,7 +111,6 @@ class Parser(object):
logger.debug(
f"Sending request to revanced cli for building with args java {args}"
)
return
process = Popen(["java", *args], stdout=PIPE)
output = process.stdout
if not output: