diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-21 22:12:55 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-21 22:12:55 +0000 |
commit | f2c58b27d86e09ffcc0e224c101181d505869bb6 (patch) | |
tree | 3e8211516df703948e31e31fa12e5d29d0d8219a | |
parent | 948955bf434bb18ef716031a2d2e128377cf5093 (diff) | |
download | ioquake3-aero-f2c58b27d86e09ffcc0e224c101181d505869bb6.tar.gz ioquake3-aero-f2c58b27d86e09ffcc0e224c101181d505869bb6.zip |
use new logo file name
git-svn-id: svn://svn.icculus.org/quake3/trunk@578 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |