Installer: Path variable for gui.exe was missing in one place.

This commit is contained in:
Kimmo Varis 2010-01-17 20:23:06 +02:00
parent f02d00824d
commit b6e2586669
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
<UIRef Id="WixUI_InstallDir"/>
<Icon Id='gui.exe' SourceFile='gui.exe' />
<Icon Id='gui.exe' SourceFile='$(var.GuiBuildDir)\gui.exe' />
<WixVariable Id="WixUILicenseRtf" Value="GPLv3.rtf" />
</Product>