diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-22 20:36:41 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-22 20:37:16 +0100 |
commit | 047e49051b0824e621f04de6f420b559e1fe135c (patch) | |
tree | eb06ff6b0ba63acfee1254fafd3a5864ad8173ba /meson.build | |
parent | 4ed6aa6ad73367124b2fc98c44aeeb1d96da7cbf (diff) | |
download | fiv-047e49051b0824e621f04de6f420b559e1fe135c.tar.gz fiv-047e49051b0824e621f04de6f420b559e1fe135c.tar.xz fiv-047e49051b0824e621f04de6f420b559e1fe135c.zip |
Register for opening directories
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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') |