Skip to content

Commit

Permalink
Install icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Dec 29, 2024
1 parent a1b2b02 commit 25887c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion click/harbour-amazfish-ui.desktop
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 10 additions & 5 deletions ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 25887c6

Please sign in to comment.