summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-11 15:51:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-11 15:51:31 +0300
commit2166620cdb5cbdd58c4b865d834bf41758094642 (patch)
tree3f0303cd733912cce6afb68ae2e6f52d6e73ab11 /CMakeLists.txt
parent25456ce008c7fe78378ddaaf784c74209a2d8c14 (diff)
XDG: Gemini scheme handler; URLs on the command line
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd1a3733..46d418e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -198,10 +198,11 @@ elseif (UNIX AND NOT APPLE)
198Name=Lagrange 198Name=Lagrange
199Comment=${PROJECT_DESCRIPTION} 199Comment=${PROJECT_DESCRIPTION}
200Categories=Network 200Categories=Network
201Exec=${CMAKE_INSTALL_PREFIX}/bin/lagrange 201Exec=${CMAKE_INSTALL_PREFIX}/bin/lagrange %U
202Terminal=false 202Terminal=false
203Type=Application 203Type=Application
204Icon=fi.skyjake.lagrange 204Icon=fi.skyjake.lagrange
205MimeType=x-scheme-handler/gemini;
205") 206")
206 install (TARGETS app DESTINATION bin) 207 install (TARGETS app DESTINATION bin)
207 install (FILES ${desktop} DESTINATION share/applications) 208 install (FILES ${desktop} DESTINATION share/applications)