Skip to content

Commit 234d5e5

Browse files
committed
WiX: use Swift logo for the installer
This provides us with a nicer non-pixelated logo for the installer. The logo is sourced from https://developer.apple.com/swift/resources/ with the SVG converted to PNG at 256x256@96 and then to an ICO file.
1 parent 37b133e commit 234d5e5

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

platforms/Windows/bundle/installer.wxs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Bundle
33
Name="!(loc.BundleName) $(ProductVersion)"
44
Version="$(ProductVersion)"
5+
IconSourceFile="[email protected]"
56
Manufacturer="!(loc.ManufacturerName)"
67
DisableModify="yes"
78
Compressed="$(IsBundleCompressed)"
11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)