diff --git a/Makefile b/Makefile index eebaa129..919aac07 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)