From 52a6bdf214026dbc37249f63af5b8a0ecd6913e6 Mon Sep 17 00:00:00 2001 From: Jamie Hodgson Date: Wed, 1 Jan 2025 10:05:47 +0100 Subject: [PATCH] fix simple icons build --- build_simple_icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_simple_icons.py b/build_simple_icons.py index 5f05c26..8a46cc9 100755 --- a/build_simple_icons.py +++ b/build_simple_icons.py @@ -41,7 +41,7 @@ def get_icon_tints(pack_dir: str) -> dict[str, str]: with open(data_path, "r") as file: data = json.load(file) - for icon in data["icons"]: + for icon in data: title = icon["title"] if title in slugs: