diff options
Diffstat (limited to '')
-rw-r--r-- | meson.build | 1 |
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')) |