mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
💩 Shitty code to build different various variant, to be Refactored
This commit is contained in:
+3
-1
@@ -58,5 +58,7 @@ class RevancedConfig:
|
||||
"youtube_music": f"{self.apk_mirror_urls.get('youtube_music')}youtube-music",
|
||||
}
|
||||
self.archs_to_build = env.list("ARCHS_TO_BUILD", [])
|
||||
self.build_alternative_youtube = env.bool("BUILD_ALTERNATIVE_YOUTUBE", False)
|
||||
self.alternative_youtube_patches = env.list("ALTERNATIVE_YOUTUBE_PATCHES", [])
|
||||
self.alternative_youtube_music_patches = env.list(
|
||||
"ALTERNATIVE_YOUTUBE_MUSIC_PATCHES", []
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user