summaryrefslogtreecommitdiff
path: root/src/pluginjsonmetadata.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginjsonmetadata.xsl')
-rw-r--r--src/pluginjsonmetadata.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pluginjsonmetadata.xsl b/src/pluginjsonmetadata.xsl
index dff00332b7..bd85083a00 100644
--- a/src/pluginjsonmetadata.xsl
+++ b/src/pluginjsonmetadata.xsl
@@ -15,6 +15,9 @@
<xsl:template match="vendor">
"Vendor" : "<xsl:apply-templates/>",
</xsl:template>
+<xsl:template match="platform">
+"Platform" : "<xsl:apply-templates/>",
+</xsl:template>
<xsl:template match="category">
"Category" : "<xsl:apply-templates/>",
</xsl:template>