diff options
author | Cubic Love <7754483+cubiclove@users.noreply.github.com> | 2023-04-06 22:09:39 +0100 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2023-04-07 11:44:23 +0100 |
commit | f522178881dc6c1dc25aba3884ac67899a4c0384 (patch) | |
tree | 856faa37fbe1b6472c57593c4252890ed121c648 /Userland | |
parent | b87747fa64a06598ad8555272e9ec8d0ff5d1cb8 (diff) | |
download | serenity-f522178881dc6c1dc25aba3884ac67899a4c0384.zip |
Base: Add icons for Assistant
Add 32px and 16px application icons for Assistant
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Applications/Assistant/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Assistant/CMakeLists.txt b/Userland/Applications/Assistant/CMakeLists.txt index 41f6f1909f..06a3367897 100644 --- a/Userland/Applications/Assistant/CMakeLists.txt +++ b/Userland/Applications/Assistant/CMakeLists.txt @@ -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) |