mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
✨ Added option.toml support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
['website']
|
||||
websiteURL = 'https://t.me/revanced_apkss'
|
||||
websiteSummary = 'Visit Revanced Builder Channel'
|
||||
['website-music']
|
||||
websiteURL = 'https://t.me/revanced_apkss'
|
||||
websiteSummary = 'Visit Revanced Builder Channel'
|
||||
@@ -96,6 +96,8 @@ class Parser(object):
|
||||
f"Re-{app}-{version}{output_prefix}output.apk",
|
||||
"--keystore",
|
||||
self.config.keystore_name,
|
||||
"--options",
|
||||
"options.toml",
|
||||
]
|
||||
if is_experimental:
|
||||
logger.debug("Using experimental features")
|
||||
|
||||
Reference in New Issue
Block a user