summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-14 11:13:49 +0200
committerGitHub <noreply@github.com>2020-11-14 11:13:49 +0200
commit657c62bd44c3cf4ce0a0a99e8ea06882240061e1 (patch)
treec3f9aa1338127c00037ecf116bc1c61aa588be85
parente093892eddf5481b310aac5d66b775d3e1c013cf (diff)
parent1f1262bd9645527af3c1215028771bdc088df230 (diff)
Merge pull request #35 from davewongillies/davewongillies/gopher
Add gopher to MimeType for desktop file
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5541694e..38ff47d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -279,7 +279,7 @@ Exec=${CMAKE_INSTALL_PREFIX}/bin/lagrange %U
279Terminal=false 279Terminal=false
280Type=Application 280Type=Application
281Icon=fi.skyjake.lagrange 281Icon=fi.skyjake.lagrange
282MimeType=x-scheme-handler/gemini; 282MimeType=x-scheme-handler/gemini;x-scheme-handler/gopher
283") 283")
284 install (TARGETS app DESTINATION bin) 284 install (TARGETS app DESTINATION bin)
285 install (FILES ${desktop} DESTINATION share/applications) 285 install (FILES ${desktop} DESTINATION share/applications)