mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Per app key name
This commit is contained in:
+1
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user