Skip to content

Commit

Permalink
The CMakeLists.txt line for installing the .desktop file was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Aug 23, 2016
1 parent 15847f6 commit 588e669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# install .desktop file so the Applications menu will display it
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/go-for-it.desktop DESTINATION ${DATADIR}/applications/)

# install the application's icons
set(SYSTEM_DEFAULT_THEME ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/hicolor/16x16/apps/go-for-it.svg DESTINATION ${SYSTEM_DEFAULT_THEME}/16x16/apps)
Expand Down

0 comments on commit 588e669

Please sign in to comment.