Skip to content

Commit

Permalink
Add svg icon to AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 26, 2023
1 parent 6a569f5 commit 09cac9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ else()
RENAME ${PROJECT_NAME}.png)
endforeach()

install(FILES ${CMAKE_CURRENT_LIST_DIR}/icon/Icon.svg
DESTINATION share/icons/hicolor/scalable/apps
RENAME ${PROJECT_NAME}.svg)

configure_file(${CMAKE_CURRENT_LIST_DIR}/application.desktop.in
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.desktop @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.desktop
Expand Down

0 comments on commit 09cac9d

Please sign in to comment.