Base: Add icons for Assistant

Add 32px and 16px application icons for Assistant
This commit is contained in:
Cubic Love 2023-04-06 22:09:39 +01:00 committed by Sam Atkins
parent b87747fa64
commit f522178881
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

View file

@ -9,5 +9,5 @@ set(SOURCES
main.cpp
)
serenity_app(Assistant ICON app-run)
serenity_app(Assistant ICON app-assistant)
target_link_libraries(Assistant PRIVATE LibCore LibDesktop LibGfx LibGUI LibJS LibMain LibThreading)