Merge pull request #65 from nikhilbadyal/option.toml

 Added option.toml support
This commit is contained in:
Nikhil Badyal
2022-10-27 20:16:58 +05:30
committed by GitHub
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", 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")