dist: Add icon version of FreeDM logo.

Rework CaptainW's FreeDM logo so that the "Free" and "DM" portions
are arranged vertically rather than horizontally. Update the dist/
directory to generate the installed FreeDM icon by scaling down
this image.
This commit is contained in:
Simon Howard 2014-11-02 20:07:40 -05:00
parent 90fd6b1686
commit f1c35d17e3
2 changed files with 2 additions and 3 deletions

5
dist/Makefile vendored
View file

@ -3,9 +3,8 @@ man-%: freedoom.adoc
a2x -f manpage $*.adoc a2x -f manpage $*.adoc
icon-freedm: icon-freedm:
convert -trim +repage -extent 32x32 -gravity center \ convert -resize 64x64 ../graphics/captainw/freedm_title2.png \
-transparent \#00ffff -background \#00ffff \ freedm.png
../graphics/stfkill3.gif freedm.png
icon-freedoom1: icon-freedoom1:
convert -trim +repage -extent 48x48 -gravity center \ convert -trim +repage -extent 48x48 -gravity center \

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB