diff options
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') |