aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-22 20:36:41 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-22 20:37:16 +0100
commit047e49051b0824e621f04de6f420b559e1fe135c (patch)
treeeb06ff6b0ba63acfee1254fafd3a5864ad8173ba /meson.build
parent4ed6aa6ad73367124b2fc98c44aeeb1d96da7cbf (diff)
downloadfiv-047e49051b0824e621f04de6f420b559e1fe135c.tar.gz
fiv-047e49051b0824e621f04de6f420b559e1fe135c.tar.xz
fiv-047e49051b0824e621f04de6f420b559e1fe135c.zip
Register for opening directories
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 970f81a..1561d19 100644
--- a/meson.build
+++ b/meson.build
@@ -56,6 +56,8 @@ endif
install_data('fastiv.desktop',
install_dir : get_option('datadir') + '/applications')
+install_data('fastiv-browse.desktop',
+ install_dir : get_option('datadir') + '/applications')
install_data('fastiv.svg',
install_dir : get_option('datadir') + '/icons/hicolor/scalable/apps')