From 8cced84bc47f074b148abbaf595f2510c72ed6fb Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 9 Dec 2019 15:32:27 +0100 Subject: [PATCH] core: fix build-icons --- core/tools/build_icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/build_icons.py b/core/tools/build_icons.py index d20041e2bd..d0a33a855d 100755 --- a/core/tools/build_icons.py +++ b/core/tools/build_icons.py @@ -39,7 +39,7 @@ def build_icons(check, remove): for app in apps: if app["icon"] is None: - if not app.get("demo"): + if not app.get("no_icon"): raise click.ClickException(f"Icon not found for: {app['key']}") else: continue