mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
use new logo file name
This commit is contained in:
parent
659ded3a41
commit
f3bcf07ecf
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1712,8 +1712,8 @@ 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/thenameofthisprojectis3.jpg \
|
which convert >/dev/null 2>&1 && convert 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)
|
||||||
rm -rf quake3-$(SVN_VERSION)
|
rm -rf quake3-$(SVN_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue