diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-02-24 16:22:15 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-25 08:08:26 +0100 |
commit | 42717b5b794fa218bf63e9e0ec0c6c452e904ba3 (patch) | |
tree | bf9513b3728dfd08284c25487c106f958590db49 /Userland/Applications/FileManager/CMakeLists.txt | |
parent | bb9cf083c460fc5d851129d4b2f17db25be95927 (diff) | |
download | serenity-42717b5b794fa218bf63e9e0ec0c6c452e904ba3.zip |
Base: Add new icons for fonts and File Manager
Diffstat (limited to 'Userland/Applications/FileManager/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/FileManager/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/FileManager/CMakeLists.txt b/Userland/Applications/FileManager/CMakeLists.txt index d81fc89bef..39149a23b9 100644 --- a/Userland/Applications/FileManager/CMakeLists.txt +++ b/Userland/Applications/FileManager/CMakeLists.txt @@ -9,5 +9,5 @@ set(SOURCES PropertiesWindow.cpp ) -serenity_app(FileManager ICON filetype-folder) +serenity_app(FileManager ICON app-file-manager) target_link_libraries(FileManager LibGUI LibDesktop) |