mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-02-07 14:21:01 +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/
|
cp -a $SETUPIMAGE/{setup.data,setup.sh} image/
|
||||||
|
|
||||||
### splash
|
### 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
|
### binaries
|
||||||
mkdir image/tmp
|
mkdir image/tmp
|
||||||
|
|
Loading…
Reference in a new issue