build-finish: Export app-info, not appdata

tingping/wmclass
Alexander Larsson 2016-01-21 17:11:22 +01:00
parent 42f069dd5f
commit 8d0d4636c5
1 changed files with 2 additions and 2 deletions

View File

@ -183,14 +183,14 @@ collect_exports (GFile *base, const char *app_id, gboolean is_runtime, GCancella
g_autoptr(GFile) export = NULL;
const char *app_paths[] = {
"share/applications", /* Copy desktop files */
"share/appdata", /* Copy appdata files */
"share/app-info", /* Copy appstream files */
"share/icons/hicolor", /* Icons */
"share/dbus-1/services", /* D-Bus service files */
"share/gnome-shell/search-providers", /* Search providers */
NULL,
};
const char *runtime_paths[] = {
"share/appdata", /* Copy appdata files */
"share/app-info", /* Copy appstream files */
NULL,
};
const char **paths;