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 39ed094 commit e91abd7Copy full SHA for e91abd7
banner.bmp
112 KB
dialog.bmp
601 KB
logo.ico
14 KB
logo.png
40.1 KB
polygon.png
-218 KB
polygon.wxs
@@ -73,10 +73,12 @@
73
<UIRef Id="WixUI_FeatureTree" />
74
</UI>
75
76
- <!-- Product icon -->
77
- <Icon Id="icon.ico" SourceFile=".\polygon.ico" />
+ <!-- Product -->
+ <Icon Id="icon.ico" SourceFile="logo.ico" />
78
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
79
<Property Id="ARPHELPLINK" Value="https://github.com/thesobercoder/polygon" />
80
<WixVariable Id="WixUILicenseRtf" Value="polygon.rtf" />
81
+ <WixVariable Id="WixUIBannerBmp" Value="banner.bmp"/>
82
+ <WixVariable Id="WixUIDialogBmp" Value="dialog.bmp"/>
83
</Product>
84
</Wix>
0 commit comments