mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🐛 Fix patch name
This commit is contained in:
@@ -35,7 +35,7 @@ def main() -> None:
|
||||
all_patches = parser.get_all_patches()
|
||||
branding_patch = "custom-branding"
|
||||
if config.build_extended:
|
||||
branding_patch = "custom-branding-blue"
|
||||
branding_patch = "custom-branding-icon-blue"
|
||||
branding_index = all_patches.index(branding_patch)
|
||||
was_og_build = True if all_patches[branding_index - 1] == "-e" else False
|
||||
output = "-custom-icon-" if was_og_build else ""
|
||||
|
||||
Reference in New Issue
Block a user