mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 02:48:18 +00:00
core: fix build-icons
This commit is contained in:
parent
3a132e594e
commit
8cced84bc4
@ -39,7 +39,7 @@ def build_icons(check, remove):
|
|||||||
|
|
||||||
for app in apps:
|
for app in apps:
|
||||||
if app["icon"] is None:
|
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']}")
|
raise click.ClickException(f"Icon not found for: {app['key']}")
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user