We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e3cb9 commit 12baf0cCopy full SHA for 12baf0c
Installer/releaseFiles.xslt
@@ -13,7 +13,7 @@
13
<xsl:template match="wix:File[@Source = 'SourceDir\PasteIntoFile.exe']">
14
<xsl:copy>
15
<xsl:attribute name="Id">
16
- <xsl:value-of select='"mainExecutable"'/>
+ <xsl:value-of select='"main.exe"'/>
17
</xsl:attribute>
18
<xsl:apply-templates select="@*[not(name()='Id')]" />
19
<xsl:apply-templates select="*" />
0 commit comments