🎨 Per app arch support

This commit is contained in:
Nikhil Badyal
2023-08-05 17:49:40 +05:30
parent f419e0e36f
commit b93b8a915d
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class RevancedConfig(object):
key: value + value.split("/")[-2]
for key, value in self.apk_mirror_urls.items()
}
self.archs_to_build = env.list("ARCHS_TO_BUILD", [])
self.global_archs_to_build = env.list("GLOBAL_ARCHS_TO_BUILD", [])
self.alternative_youtube_patches = env.list("ALTERNATIVE_YOUTUBE_PATCHES", [])
self.alternative_youtube_music_patches = env.list(
"ALTERNATIVE_YOUTUBE_MUSIC_PATCHES", []