Skip to content

Commit e91abd7

Browse files
committed
feat: add new branding elements
1 parent 39ed094 commit e91abd7

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

banner.bmp

112 KB
Binary file not shown.

dialog.bmp

601 KB
Binary file not shown.

logo.ico

14 KB
Binary file not shown.

logo.png

40.1 KB
Loading

polygon.png

-218 KB
Binary file not shown.

polygon.wxs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@
7373
<UIRef Id="WixUI_FeatureTree" />
7474
</UI>
7575

76-
<!-- Product icon -->
77-
<Icon Id="icon.ico" SourceFile=".\polygon.ico" />
76+
<!-- Product -->
77+
<Icon Id="icon.ico" SourceFile="logo.ico" />
7878
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
7979
<Property Id="ARPHELPLINK" Value="https://github.com/thesobercoder/polygon" />
8080
<WixVariable Id="WixUILicenseRtf" Value="polygon.rtf" />
81+
<WixVariable Id="WixUIBannerBmp" Value="banner.bmp"/>
82+
<WixVariable Id="WixUIDialogBmp" Value="dialog.bmp"/>
8183
</Product>
8284
</Wix>

0 commit comments

Comments
 (0)