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