From 8e3acaecbaa4a3a4598fc588f57a04203ca64613 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Fri, 31 Jul 2020 11:32:31 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=20BITMAPS=20Warning=20msg=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.py b/helper.py index 4aaa900..3ad7bec 100644 --- a/helper.py +++ b/helper.py @@ -18,7 +18,7 @@ def init_build() -> None: shutil.rmtree(package_dir) if not path.exists(bitmaps_dir): print( - "⚠ Bitmaps Not generated.\n\n Follow Command to generate bitmaps\n `yarn render`") + "⚠ BITMAPS NOT FOUND.\n\n`yarn install && yarn render` to Generates Bitmaps") sys.exit(1)