Minor tweak for linux icon.

On freedesktop specs they suggest to use 48x48 icon.
This commit is contained in:
Deve 2017-07-30 12:56:25 +02:00
parent 7d4fbb8d0c
commit a89b2f5df2
3 changed files with 2 additions and 2 deletions

View File

@ -533,9 +533,9 @@ if(STK_ASSETS_DIR AND CHECK_ASSETS)
install(DIRECTORY ${STK_ASSETS_DIR} DESTINATION ${STK_INSTALL_DATA_DIR}/data PATTERN ".svn" EXCLUDE PATTERN ".git" EXCLUDE)
endif()
install(FILES ${STK_DATA_DIR}/supertuxkart.desktop DESTINATION share/applications)
install(FILES data/supertuxkart_32.png DESTINATION share/icons/hicolor/32x32/apps RENAME supertuxkart.png)
install(FILES data/supertuxkart_48.png DESTINATION share/icons/hicolor/48x48/apps RENAME supertuxkart.png)
install(FILES data/supertuxkart_128.png DESTINATION share/icons/hicolor/128x128/apps RENAME supertuxkart.png)
install(FILES data/supertuxkart_32.png data/supertuxkart_128.png DESTINATION share/pixmaps)
install(FILES data/supertuxkart_48.png DESTINATION share/pixmaps RENAME supertuxkart.png)
install(FILES data/supertuxkart.appdata.xml DESTINATION share/appdata)
if(MINGW)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
data/supertuxkart_48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB