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: [PATCH] Base: Add icons for Assistant Add 32px and 16px application icons for Assistant --- Base/res/icons/16x16/app-assistant.png | Bin 0 -> 178 bytes Base/res/icons/32x32/app-assistant.png | Bin 0 -> 325 bytes Userland/Applications/Assistant/CMakeLists.txt | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Base/res/icons/16x16/app-assistant.png create mode 100644 Base/res/icons/32x32/app-assistant.png diff --git a/Base/res/icons/16x16/app-assistant.png b/Base/res/icons/16x16/app-assistant.png new file mode 100644 index 0000000000000000000000000000000000000000..8f58b66abdd2e16c50bd0963cd1c2f816dc3f146 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^3h)VW1=2tem3pYXXT$Ejm!3X- z%4)Nq4=BV~666=m;PC858j$1X>Eal|aXmTV0Ivk=f+ZOW6OL*~oltlsb>e`6)FL3` zjh2Q)5>v_!iEb;Y-3=}=E+Vl9l>C~Sv=ju@UD?uBzP`rC#?#mT*4EbKEL~*gLAIa;rtBz;j-nR^WipH4+cnY)Cuw& zB(p$fS7-rLbdn87A*4bLpdwq%A=6A1Ot+~5nv)rI*?~fbV131x;Of#|U3+xmCqL#3 X%2gMzIgHoe00000NkvXXu0mjf+Zm9- literal 0 HcmV?d00001 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)