summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 15:47:57 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 15:47:57 +0300
commit81ce49690631e2f55ed029e161ae9a271b24f407 (patch)
treed1f1318caadc3dc6db3e0eee5faf729464f94c45 /CMakeLists.txt
parent1d1229b48ce48688cca5fe926b4875b0c138bc5c (diff)
Linux: Improved .desktop file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38f606f1..99aeeae5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -193,11 +193,12 @@ elseif (UNIX AND NOT APPLE)
193 file (WRITE ${desktop} "[Desktop Entry] 193 file (WRITE ${desktop} "[Desktop Entry]
194Name=Lagrange 194Name=Lagrange
195Comment=${PROJECT_DESCRIPTION} 195Comment=${PROJECT_DESCRIPTION}
196;Categories= 196Categories=Network
197Exec=${CMAKE_INSTALL_PREFIX}/bin/lagrange 197Exec=${CMAKE_INSTALL_PREFIX}/bin/lagrange
198Terminal=false 198Terminal=false
199Type=Application 199Type=Application
200Icon=fi.skyjake.lagrange") 200Icon=fi.skyjake.lagrange
201")
201 install (TARGETS app DESTINATION bin) 202 install (TARGETS app DESTINATION bin)
202 install (FILES ${desktop} DESTINATION share/applications) 203 install (FILES ${desktop} DESTINATION share/applications)
203 install (FILES res/lagrange-256.png 204 install (FILES res/lagrange-256.png