mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Fix extraction of node patch
This commit is contained in:
parent
70896c42b5
commit
60b2296f8f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user