summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/as-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/as-util.c b/client/as-util.c
index e917ac7..42cf2f7 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -1198,6 +1198,7 @@ as_util_add_file_to_store (AsStore *store, const gchar *filename, GError **error
case AS_APP_SOURCE_KIND_APPDATA:
case AS_APP_SOURCE_KIND_METAINFO:
case AS_APP_SOURCE_KIND_DESKTOP:
+ case AS_APP_SOURCE_KIND_INF:
app = as_app_new ();
if (!as_app_parse_file (app, filename,
AS_APP_PARSE_FLAG_USE_HEURISTICS, error))