Skip to content

Commit 12baf0c

Browse files
authored
Update releaseFiles.xslt
1 parent 98e3cb9 commit 12baf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/releaseFiles.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<xsl:template match="wix:File[@Source = 'SourceDir\PasteIntoFile.exe']">
1414
<xsl:copy>
1515
<xsl:attribute name="Id">
16-
<xsl:value-of select='"mainExecutable"'/>
16+
<xsl:value-of select='"main.exe"'/>
1717
</xsl:attribute>
1818
<xsl:apply-templates select="@*[not(name()='Id')]" />
1919
<xsl:apply-templates select="*" />

0 commit comments

Comments
 (0)