use new logo file name

This commit is contained in:
Ludwig Nussel 2006-02-21 22:12:55 +00:00
parent 659ded3a41
commit f3bcf07ecf
1 changed files with 2 additions and 2 deletions

View File

@ -1712,8 +1712,8 @@ installer: build_release
dist:
rm -rf quake3-$(SVN_VERSION)
svn export . quake3-$(SVN_VERSION)
which convert >/dev/null 2>&1 && convert web/images/thenameofthisprojectis3.jpg \
quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true
which convert >/dev/null 2>&1 && convert web/images/quake3_logo_web.png \
quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true
rm -rf quake3-$(SVN_VERSION)/web
tar --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
rm -rf quake3-$(SVN_VERSION)