Installer: Path variable for gui.exe was missing in one place.
This commit is contained in:
parent
f02d00824d
commit
b6e2586669
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue