1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:57:46 +00:00

Base: Update some icons for color, quality and consistency

And remove unused filetypes
This commit is contained in:
thankyouverycool 2021-02-24 16:23:56 -05:00 committed by Andreas Kling
parent 42717b5b79
commit 4ebfdfdc05
19 changed files with 3 additions and 3 deletions

View file

@ -5,5 +5,5 @@ set(SOURCES
main.cpp
)
serenity_app(HexEditor ICON app-hexeditor)
serenity_app(HexEditor ICON app-hex-editor)
target_link_libraries(HexEditor LibGUI)