Skip to content

Commit a2bc534

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.
1 parent 677ca69 commit a2bc534

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="swift_logo.png"
56
Manufacturer="!(loc.ManufacturerName)"
67
Compressed="$(IsBundleCompressed)"
78
UpgradeCode="$(BundleUpgradeCode)">
11.5 KB
Loading

0 commit comments

Comments
 (0)