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

Starfield: Add app icon

Previously, Starfield used app-screensaver icon.
This commit is contained in:
Jagger De Leo 2022-01-31 21:49:46 -05:00 committed by Brian Gianforcaro
parent c5e1163c64
commit 742cca4bfe
4 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ set(SOURCES
Starfield.cpp
)
serenity_app(Starfield ICON app-screensaver)
serenity_app(Starfield ICON app-starfield)
target_link_libraries(Starfield LibGUI LibCore LibGfx LibMain)