[gnome-software/mwleeds/hardcoded-pwa-list] fixup! Add gnome-pwa-list default set of web apps



commit 9f6104e8336f5971ba500a42642ea3a3919af2d4
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Mon May 16 12:35:24 2022 -0700

    fixup! Add gnome-pwa-list default set of web apps

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4594409f0..9c109d265 100644
--- a/meson.build
+++ b/meson.build
@@ -270,13 +270,13 @@ endif
 if get_option('hardcoded_foss_webapps')
   pwa_list_foss = pwa_list_proj.get_variable('gnome_pwa_list_foss')
   install_data(pwa_list_foss,
-    install_dir : join_paths(get_option('datadir'), 'app-info', 'xmls'),
+    install_dir : join_paths(get_option('datadir'), 'swcatalog', 'xml'),
   )
 endif
 if get_option('hardcoded_proprietary_webapps')
   pwa_list_proprietary = pwa_list_proj.get_variable('gnome_pwa_list_proprietary')
   install_data(pwa_list_proprietary,
-    install_dir : join_paths(get_option('datadir'), 'app-info', 'xmls'),
+    install_dir : join_paths(get_option('datadir'), 'swcatalog', 'xml'),
   )
 endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]