mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Base: Add icons for Assistant
Add 32px and 16px application icons for Assistant
This commit is contained in:
parent
b87747fa64
commit
f522178881
3 changed files with 1 additions and 1 deletions
BIN
Base/res/icons/16x16/app-assistant.png
Normal file
BIN
Base/res/icons/16x16/app-assistant.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 B |
BIN
Base/res/icons/32x32/app-assistant.png
Normal file
BIN
Base/res/icons/32x32/app-assistant.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 B |
|
@ -9,5 +9,5 @@ set(SOURCES
|
||||||
main.cpp
|
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)
|
target_link_libraries(Assistant PRIVATE LibCore LibDesktop LibGfx LibGUI LibJS LibMain LibThreading)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue