diff --git a/build.py b/build.py index 6a88d213..72607c19 100644 --- a/build.py +++ b/build.py @@ -47,7 +47,7 @@ def build() -> None: out_dir = "./themes" # print builder information - print(info["version"]) + print(info["description"]) bitmaps_dirs = listdir(bitmaps_dir) configs: List[ConfigProvider] = []