Skip to content

Commit

Permalink
Recode images as jpg for old OS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 19, 2021
1 parent 23575fd commit cd009fd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added misc/msi-installer/rsrc/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed misc/msi-installer/rsrc/banner.png
Binary file not shown.
Binary file added misc/msi-installer/rsrc/dialog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed misc/msi-installer/rsrc/dialog.png
Binary file not shown.
4 changes: 2 additions & 2 deletions misc/msi-installer/ui.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?include defines.wxi ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<Binary Id="WixUI_Bmp_Banner" SourceFile="rsrc\banner.png" />
<Binary Id="WixUI_Bmp_Dialog" SourceFile="rsrc\dialog.png" />
<Binary Id="WixUI_Bmp_Banner" SourceFile="rsrc\banner.jpg" />
<Binary Id="WixUI_Bmp_Dialog" SourceFile="rsrc\dialog.jpg" />
<Binary Id="WixUI_Ico_Exclam" SourceFile="rsrc\exclam.ico" />
<Binary Id="WixUI_Ico_Info" SourceFile="rsrc\info.ico" />
<Binary Id="WixUI_Bmp_New" SourceFile="rsrc\new.ico" />
Expand Down

0 comments on commit cd009fd

Please sign in to comment.