Skip to content

Commit

Permalink
fix typo in wix config
Browse files Browse the repository at this point in the history
  • Loading branch information
fralonra committed Aug 3, 2023
1 parent 1d2916f commit 538f590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/windows/wix/wgshadertoy.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
<Icon Id="WgShadertoy.exe" SourceFile=".\extra\windows\wgshadertoy.ico"/>
<WixVariable Id="WixUILicenseRtf" Value=".\extra\windows\wix\license.rtf"/>
<Property Id="ARPPRODUCTICON" Value="wgshadertoy.exe"/>
<Property Id="ARPPRODUCTICON" Value="WgShadertoy.exe"/>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
<MediaTemplate EmbedCab="yes"/>
<UIRef Id="WixUI_InstallDir"/>
Expand Down

0 comments on commit 538f590

Please sign in to comment.