Added option.toml support

This commit is contained in:
Nikhil Badyal
2022-10-27 20:04:42 +05:30
parent 1417fc7da4
commit e3ebef81a8
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -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'
+2
View File
@@ -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")