Skip to content

Commit

Permalink
Make svg icon for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Sep 21, 2019
1 parent 508aba6 commit 1813fd5
Show file tree
Hide file tree
Showing 2 changed files with 435 additions and 429 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ if(UNIX)
DESTINATION share/icons/hicolor/32x32/apps
)

install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/src/app/images/hicolor/scalable/klogg.svg
DESTINATION share/icons/hicolor/scalable/apps
)

install(FILES
${COPYING_FILE} ${NOTICE_FILE}
DESTINATION share/doc/klogg)
Expand Down
Loading

0 comments on commit 1813fd5

Please sign in to comment.