win_installer: convert the bitmaps to jpg.
They are ~230KB less without any visual difference.
This commit is contained in:
parent
dddd9848b8
commit
1f5a4d12b7
Binary file not shown.
Before Width: | Height: | Size: 92 KiB |
Binary file not shown.
Before Width: | Height: | Size: 156 KiB |
|
@ -155,7 +155,7 @@
|
|||
<Icon Id='cppcheckgui.exe' SourceFile='$(var.GuiBuildDir)\cppcheck-gui.exe' />
|
||||
|
||||
<WixVariable Id="WixUILicenseRtf" Value="GPLv3.rtf" />
|
||||
<WixVariable Id="WixUIBannerBmp" Value="Bitmaps\banner.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="Bitmaps\dialog.bmp" />
|
||||
<WixVariable Id="WixUIBannerBmp" Value="images\banner.jpg" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="images\dialog.jpg" />
|
||||
</Product>
|
||||
</Wix>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue