Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrkite/TerraFirma
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Mar 29, 2024
2 parents d67f2b4 + 6dba1c3 commit 07155ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
add_subdirectory(src)

if(UNIX AND NOT APPLE)
install(FILES terrafirma.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/applications/)
install(FILES res/terrafirma.png DESTINATION ${CMAKE_INSTALL_PREFIX}/pixmaps/)
install(FILES terrafirma.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications/)
install(FILES res/terrafirma.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps/)
install(TARGETS terrafirma RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/)
endif()

0 comments on commit 07155ee

Please sign in to comment.