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:
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…
Reference in New Issue
Block a user