From f522178881dc6c1dc25aba3884ac67899a4c0384 Mon Sep 17 00:00:00 2001 From: Cubic Love <7754483+cubiclove@users.noreply.github.com> Date: Thu, 6 Apr 2023 22:09:39 +0100 Subject: Base: Add icons for Assistant Add 32px and 16px application icons for Assistant --- Userland/Applications/Assistant/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland') 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) -- cgit v1.2.3