mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[Installer] Fix the Windows product display name and icon
The name was not set at all and was falling back to the fullname being swift. Instead set it explicitly to fullname including version and architecture. The productDisplayIcon is evaluated at installer runtime and needs to be set to a installed icon path. The installer icon itself was to big (> 100 kb) and got unnecessary sizes removed. ref T344
This commit is contained in:
committed by
Klaus Basan
parent
0034d33b77
commit
441d292b54
@@ -163,7 +163,8 @@
|
||||
<osxApplicationBundleIdentifier>org.swift-project.macinstaller</osxApplicationBundleIdentifier>
|
||||
<osxUninstallerApplicationBundleIcon>../images/swiftinstaller.icns</osxUninstallerApplicationBundleIcon>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
<productDisplayIcon>../images/swiftinstaller.ico</productDisplayIcon>
|
||||
<productDisplayIcon>${installdir}/share/icons/swiftinstaller.ico</productDisplayIcon>
|
||||
<productDisplayName>${product_fullname} ${project.version} ${architecture}bit</productDisplayName>
|
||||
<requestedExecutionLevel>highestAvailable</requestedExecutionLevel>
|
||||
<saveRelativePaths>1</saveRelativePaths>
|
||||
<startMenuGroupName>swift ${project.version} ${architecture}bit</startMenuGroupName>
|
||||
|
||||
Reference in New Issue
Block a user