Skip to content

Commit

Permalink
Fixed|Freedesktop: Rename the app icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 27, 2019
1 parent d39675b commit d4488ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/apps/client/CMakeLists.txt
Expand Up @@ -231,7 +231,8 @@ if (UNIX_LINUX)
install (FILES res/linux/deng-logo-256.png
DESTINATION ${DENG_INSTALL_DATA_DIR})
install (FILES res/linux/deng-logo-256.png
DESTINATION share/icons/hicolor/256x256/apps/net.dengine.Doomsday.png)
DESTINATION share/icons/hicolor/256x256/apps
RENAME net.dengine.Doomsday.png)
endif ()

if (WIN32)
Expand Down

0 comments on commit d4488ad

Please sign in to comment.