1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 08:58:14 +00:00

core: fix build-icons

This commit is contained in:
matejcik 2019-12-09 15:32:27 +01:00 committed by matejcik
parent 3a132e594e
commit 8cced84bc4

View File

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