diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-05 19:12:20 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-05 19:12:20 +0000 |
commit | 8c7be191acb3a3a9ba607587a8f3410df829cbc1 (patch) | |
tree | 85eaf78382cf8fd249f3809ba41f5d6aceef5f28 /code/unix/setup/doit | |
parent | c4e93751802cc3252ea4ebae9a7ad8d9a2e8925d (diff) | |
download | ioquake3-aero-8c7be191acb3a3a9ba607587a8f3410df829cbc1.tar.gz ioquake3-aero-8c7be191acb3a3a9ba607587a8f3410df829cbc1.zip |
- 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
Diffstat (limited to 'code/unix/setup/doit')
-rwxr-xr-x | code/unix/setup/doit | 2 |
1 files changed, 2 insertions, 0 deletions
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 |