diff --git a/click/harbour-amazfish-ui.desktop b/click/harbour-amazfish-ui.desktop index 601c032b..774c0e87 100644 --- a/click/harbour-amazfish-ui.desktop +++ b/click/harbour-amazfish-ui.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Icon=harbour-amazfish-ui.png +Icon=share/icons/hicolor/172x172/apps/harbour-amazfish-ui.png Exec=./bin/run.sh Name=Amazfish X-Ubuntu-Touch=true diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index cedd3f9f..820789a1 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -83,15 +83,20 @@ if(FLAVOR STREQUAL "silica") >) endif() - #install(FILES "harbour-amazfish.desktop" # DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications") -#install(FILES "icons/256x256/harbour-amazfish.png" -# DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/256x256/apps") +install(FILES "icons/108x108/harbour-amazfish-ui.png" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/108x108/apps") + +install(FILES "icons/172x172/harbour-amazfish-ui.png" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/172x172/apps") + +install(FILES "icons/128x128/harbour-amazfish-ui.png" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/128x128/apps") -#install(FILES "icons/512x512/harbour-amazfish.png" -# DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/512x512/apps") +install(FILES "icons/86x86/harbour-amazfish-ui.png" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/86x86/apps") # install(FILES "harbour-amazfish.appdata.xml" # DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/metainfo")