summaryrefslogtreecommitdiff
path: root/client/as-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/as-util.c')
-rw-r--r--client/as-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/as-util.c b/client/as-util.c
index c5899ed..ff7e9b1 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -295,6 +295,8 @@ as_util_convert_appdata (GFile *file_input,
/* add <developer_name> */
n2 = as_node_find (n, "_developer_name");
+ if (n2 == NULL)
+ n2 = as_node_find (n, "developer_name");
if (n2 == NULL) {
n3 = as_node_find (n, "project_group");
if (n3 != NULL) {