aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eebaa12..919aac0 100644
--- a/Makefile
+++ b/Makefile
@@ -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)