From 021a465cdcd7efcc9ccac4bc2a078279e3eb02ad Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 24 Oct 2020 10:03:15 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=20Build=20Info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = []