Skip to content

Commit cb31002

Browse files
committed
WiX: update logo icon for Windows
Update the icon to contain the various sized icons that we would like to use. This was generated by converting `Swift_logo_color.svg` into various fixed sized PNGs and then collecting them into the icon via: ```cmd FOR %G IN (16,20,24,30,32,36,40,48,60,64,72,80,96,128,256) DO (magick convert -background none -resize %Gx%G Swift_logo_color.svg logo@%G.png) magick convert logo@16.png logo@20.png logo@24.png logo@30.png logo@32.png logo@36.png logo@40.png logo@48.png logo@60.png logo@64.png logo@72.png logo@80.png logo@96.png logo@128.png logo@256.png logo.ico ```
1 parent 74b706a commit cb31002

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

platforms/Windows/bundle/installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Bundle
33
Name="!(loc.BundleName) $(ProductVersion)"
44
Version="$(ProductVersion)"
5-
IconSourceFile="logo@256.ico"
5+
IconSourceFile="logo.ico"
66
Manufacturer="!(loc.ManufacturerName)"
77
DisableModify="yes"
88
Compressed="$(IsBundleCompressed)"

platforms/Windows/bundle/logo.ico

288 KB
Binary file not shown.

platforms/Windows/bundle/logo@256.ico

-11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)