scp-fs2open / wxLauncher

wxLauncher
Other
26 stars 12 forks source link

Rebuild Liunx ico file #125

Closed niffiwan closed 8 years ago

niffiwan commented 8 years ago

Resolves issue with icon being corrupted when compiling with wxW 3.0.0

niffiwan commented 8 years ago

For reference, I rebuilt the icon with this ImageMagick command (after extracting the 256x256 image from the current wxlauncher.ico file)

convert 256x256.png  \
    \( -clone 0 -resize 16x16 \) \
    \( -clone 0 -resize 32x32 \) \
    \( -clone 0 -resize 48x48 \) \
    \( -clone 0 -resize 64x64 \) \
    \( -clone 0 -resize 96x96 \) \
    \( -clone 0 -resize 128x128 \) \
    \( -clone 0 -resize 256x256 \) \
    -delete 0 -colors 256 wxlauncher.ico