mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
📝 Gen patches json
This commit is contained in:
committed by
Nikhil Badyal
parent
e97ffbef67
commit
8f17bf9f2b
+1
-2
@@ -5,7 +5,7 @@ from typing import Self
|
||||
|
||||
from environs import Env
|
||||
|
||||
from src.utils import default_build, default_cli, default_patches, default_patches_json, resource_folder
|
||||
from src.utils import default_build, default_cli, default_patches, resource_folder
|
||||
|
||||
|
||||
class RevancedConfig(object):
|
||||
@@ -22,7 +22,6 @@ class RevancedConfig(object):
|
||||
self.dry_run = env.bool("DRY_RUN", False)
|
||||
self.global_cli_dl = env.str("GLOBAL_CLI_DL", default_cli)
|
||||
self.global_patches_dl = env.str("GLOBAL_PATCHES_DL", default_patches)
|
||||
self.global_patches_json_dl = env.str("GLOBAL_PATCHES_JSON_DL", default_patches_json)
|
||||
self.global_keystore_name = env.str("GLOBAL_KEYSTORE_FILE_NAME", "revanced.keystore")
|
||||
self.global_options_file = env.str("GLOBAL_OPTIONS_FILE", "options.json")
|
||||
self.global_archs_to_build = env.list("GLOBAL_ARCHS_TO_BUILD", [])
|
||||
|
||||
Reference in New Issue
Block a user