Skip to content

Commit

Permalink
Windows - add icon to app properties
Browse files Browse the repository at this point in the history
This means that the Windows install/remove apps settings page now displays the icon correctly
  • Loading branch information
samaaron committed Mar 30, 2020
1 parent 39b5abc commit 884e33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/windows/wix/sonic-pi.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<WixVariable Id="WixUIDialogBmp" Value="wix\wix_ui_dialog.bmp" />
<Property Id='ARPCONTACT'>https://in-thread.sonic-pi.net</Property>
<Property Id='ARPHELPLINK'>https://in-thread.sonic-pi.net</Property>
<Property Id='ARPURLINFOABOUT'>http://sonic-pi.net</Property>
<Property Id='ARPURLINFOABOUT'>https://sonic-pi.net</Property>
<Property Id='ARPPRODUCTICON'>StartMenuIcon.exe</Property>

<Directory Id="TARGETDIR" Name="SourceDir">
<Merge Id="VCRedist" SourceFile="../merge_modules/Microsoft_VC142_CRT_x64.msm" DiskId="1" Language="0"/>
Expand Down

0 comments on commit 884e33d

Please sign in to comment.