summaryrefslogtreecommitdiff
path: root/data/meson.build
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-17 19:19:14 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-03-18 22:28:08 +0200
commit30a76b3033af7d937380c3c77a2665bf979e4bc9 (patch)
tree94da1f2193a234795cc86d7474961e74ef24ccb4 /data/meson.build
parent199506573d97775776804fe1f30f0b34397aa80a (diff)
downloadnautilus-30a76b3033af7d937380c3c77a2665bf979e4bc9.tar.gz
Rename search provider file
flatpak-builder only exports data files that are prefixed with the application ID. Without this, the Flatpak version does not enable shell search functionality.
Diffstat (limited to 'data/meson.build')
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 6924668da..11192d5f7 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -61,7 +61,7 @@ configure_file(
)
install_data(
- 'nautilus-search-provider.ini',
+ 'org.gnome.Nautilus.search-provider.ini',
install_dir: join_paths(datadir, 'gnome-shell', 'search-providers')
)