Fix extraction of node patch

This commit is contained in:
Bruce Dubbs 2021-05-06 12:26:31 -05:00
parent 70896c42b5
commit 60b2296f8f

View File

@ -81,6 +81,10 @@ fi</xsl:text>
<!-- x265 -->
<xsl:when test="contains($patch.name, 'x265')">
<xsl:text>/x265</xsl:text>
</xsl:when>
<!-- node -->
<xsl:when test="contains($patch.name, 'node')">
<xsl:text>/node</xsl:text>
</xsl:when>
<!-- General rule -->
<xsl:otherwise>