Skip to content

Commit aab28c8

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 677ca69 commit aab28c8

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

platforms/Windows/bundle/installer.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Bundle
33
Name="!(loc.BundleName) $(ProductVersion)"
44
Version="$(ProductVersion)"
5+
IconSourceFile="logo@256.ico"
56
Manufacturer="!(loc.ManufacturerName)"
67
Compressed="$(IsBundleCompressed)"
78
UpgradeCode="$(BundleUpgradeCode)">

platforms/Windows/bundle/logo@256.ico

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)