mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🔥 Removed redundant options
This commit is contained in:
@@ -106,8 +106,6 @@ class Parser(object):
|
|||||||
f"Re-{app}-{version}{output_prefix}output.apk",
|
f"Re-{app}-{version}{output_prefix}output.apk",
|
||||||
"--keystore",
|
"--keystore",
|
||||||
self.config.keystore_name,
|
self.config.keystore_name,
|
||||||
"--options",
|
|
||||||
"options.toml",
|
|
||||||
]
|
]
|
||||||
if is_experimental:
|
if is_experimental:
|
||||||
logger.debug("Using experimental features")
|
logger.debug("Using experimental features")
|
||||||
|
|||||||
Reference in New Issue
Block a user