From 8c7be191acb3a3a9ba607587a8f3410df829cbc1 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 5 Mar 2006 19:12:20 +0000 Subject: - fix icon - remove GPL license popup - make demo script optional git-svn-id: svn://svn.icculus.org/quake3/trunk@625 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/setup/doit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/unix/setup/doit') diff --git a/code/unix/setup/doit b/code/unix/setup/doit index 92585e2..4a8ff0a 100755 --- a/code/unix/setup/doit +++ b/code/unix/setup/doit @@ -28,6 +28,8 @@ cp -a $SETUPIMAGE/{setup.data,setup.sh} image/ ### splash rm -f image/setup.data/splash.xpm [ -e splash.xpm ] && cp splash.xpm image/setup.data/splash.xpm +rm -f image/quake3.png +cp ../quake3.png image/quake3.png ### binaries mkdir image/tmp -- cgit v1.2.3