diff options
author | Richard Hughes <richard@hughsie.com> | 2014-07-11 21:01:38 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-07-11 21:01:38 +0100 |
commit | a108507d0c5f291617c10170ca275cd8c1047e6d (patch) | |
tree | fd50b46bc65e70cd3b9498f10107be7c30d66062 /libappstream-builder/plugins/asb-plugin-hardcoded.c | |
parent | 7670d8eede5136262d5c19ba2eade8e23bd560a9 (diff) | |
download | appstream-glib-a108507d0c5f291617c10170ca275cd8c1047e6d.tar.gz |
Record if distro metadata and screenshots are being used
Diffstat (limited to 'libappstream-builder/plugins/asb-plugin-hardcoded.c')
-rw-r--r-- | libappstream-builder/plugins/asb-plugin-hardcoded.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-hardcoded.c b/libappstream-builder/plugins/asb-plugin-hardcoded.c index 5834ece..a970038 100644 --- a/libappstream-builder/plugins/asb-plugin-hardcoded.c +++ b/libappstream-builder/plugins/asb-plugin-hardcoded.c @@ -131,6 +131,7 @@ asb_plugin_hardcoded_add_screenshots (AsbApp *app, if (!ret) goto out; } + as_app_add_metadata (AS_APP (app), "DistroScreenshots", NULL, -1); out: g_list_free_full (list, g_free); return ret; |