From f8ba013a7f01290f30fdf4450c783cce994ad7c3 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sun, 16 Oct 2022 23:58:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20patch=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9bd9916..32260cf 100644 --- a/main.py +++ b/main.py @@ -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 ""