mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00
About: Display Application's Icon in File Manager
Before, when looking in /bin in File Manager, the About application's icon was missing. Now it is a serenity_app instead of serenity_bin the icon is visible!
This commit is contained in:
parent
5b8be3a08d
commit
ab4262d49e
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ execute_process(COMMAND "git diff-index --quiet HEAD -- && echo tracked || echo
|
|||
|
||||
add_definitions(-DGIT_COMMIT="${GIT_COMMIT}" -DGIT_BRANCH="${GIT_BRANCH}" -DGIT_CHANGES="${GIT_CHANGES}")
|
||||
|
||||
serenity_bin(About)
|
||||
serenity_app(About ICON ladyball)
|
||||
target_link_libraries(About PRIVATE LibCore LibGfx LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue