mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
don't use ImageMagick
This commit is contained in:
parent
dfa3d1d875
commit
f5228d8745
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ mkdir image
|
|||
cp -a $SETUPIMAGE/{setup.data,setup.sh} image/
|
||||
|
||||
### splash
|
||||
convert ../../../web/images/quake3.jpg image/setup.data/splash.xpm
|
||||
rm -f image/setup.data/splash.xpm
|
||||
[ -e splash.xpm ] && cp splash.xpm image/setup.data/splash.xpm
|
||||
|
||||
### binaries
|
||||
mkdir image/tmp
|
||||
|
|
Loading…
Reference in a new issue