I guess the image is getting converted on the fly for the installer, lets at least add a border so it doesn't clash so bad
This commit is contained in:
parent
cb1a097db7
commit
b777855879
2
Makefile
2
Makefile
|
|
@ -1712,7 +1712,7 @@ installer: build_release
|
||||||
dist:
|
dist:
|
||||||
rm -rf quake3-$(SVN_VERSION)
|
rm -rf quake3-$(SVN_VERSION)
|
||||||
svn export . quake3-$(SVN_VERSION)
|
svn export . quake3-$(SVN_VERSION)
|
||||||
which convert >/dev/null 2>&1 && convert web/images/quake3_logo_web.png \
|
which convert >/dev/null 2>&1 && convert -border 2 -bordercolor black web/images/quake3_logo_web.png \
|
||||||
quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true
|
quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true
|
||||||
rm -rf quake3-$(SVN_VERSION)/web
|
rm -rf quake3-$(SVN_VERSION)/web
|
||||||
tar --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
|
tar --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user