core: fix build-icons

pull/748/head
matejcik 5 years ago committed by matejcik
parent 3a132e594e
commit 8cced84bc4

@ -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

Loading…
Cancel
Save