summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-03-13 13:17:35 +0100
committerKalev Lember <klember@redhat.com>2018-03-13 13:17:48 +0100
commit68319ad02794330f481f42623c03365f5af145de (patch)
tree5a3fccb22e6d6aba157ab946a51b985a5c6fe88b
parent601da87355b145cc5742f1d545278f6856f452b8 (diff)
downloadappstream-glib-68319ad02794330f481f42623c03365f5af145de.tar.gz
Use shell-extensions::uuid for custom shell extensions metadata key
... to match with what the shell extensions plugin in gnome-software does.
-rw-r--r--libappstream-builder/plugins/asb-plugin-shell-extension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-shell-extension.c b/libappstream-builder/plugins/asb-plugin-shell-extension.c
index 2563d49..a75212b 100644
--- a/libappstream-builder/plugins/asb-plugin-shell-extension.c
+++ b/libappstream-builder/plugins/asb-plugin-shell-extension.c
@@ -96,7 +96,7 @@ as_app_parse_shell_extension_data (AsbPlugin *plugin,
g_autofree gchar *id = NULL;
id = as_utils_appstream_id_build (tmp);
as_app_set_id (app, id);
- as_app_add_metadata (AS_APP (app), "uuid", tmp);
+ as_app_add_metadata (AS_APP (app), "shell-extensions::uuid", tmp);
}
if (json_object_has_member (json_obj, "gettext-domain")) {
tmp = json_object_get_string_member (json_obj, "gettext-domain");