aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meson.build
diff options
context:
space:
mode:
authorWolf2019-12-30 19:37:28 +0100
committerWolf2019-12-30 19:37:28 +0100
commit35a4f1b81fcbcade077be1da19264717c70fde3b (patch)
tree5d0c832be3d1a4a04a15e697ac23094ddaa73dac /meson.build
parentf3fad3de0863ed0571b884980132f8e80612776f (diff)
downloadweltschmerz-35a4f1b81fcbcade077be1da19264717c70fde3b.tar.gz
Add desktop file
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0115018..ea90630 100644
--- a/meson.build
+++ b/meson.build
@@ -17,3 +17,4 @@ sources += gnome.compile_resources('resources', 'resources.xml')
executable('weltschmerz', sources, dependencies: dependencies, install: true)
install_man('weltschmerz.1')
+install_data('weltschmerz.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))