Skip to content

WiX: update logo icon for Windows #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2023
Merged

WiX: update logo icon for Windows #239

merged 1 commit into from
Aug 31, 2023

Conversation

compnerd
Copy link
Member

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:

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

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
```
@compnerd compnerd merged commit cb31002 into swiftlang:main Aug 31, 2023
@compnerd compnerd deleted the logo branch August 31, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants