mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-07 08:22:05 +00:00
- fix icon
- remove GPL license popup - make demo script optional
This commit is contained in:
parent
65c1d9a7a5
commit
da1fabdd91
2 changed files with 13 additions and 6 deletions
|
@ -28,6 +28,8 @@ cp -a $SETUPIMAGE/{setup.data,setup.sh} image/
|
||||||
### splash
|
### splash
|
||||||
rm -f image/setup.data/splash.xpm
|
rm -f image/setup.data/splash.xpm
|
||||||
[ -e splash.xpm ] && cp splash.xpm 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
|
### binaries
|
||||||
mkdir image/tmp
|
mkdir image/tmp
|
||||||
|
|
|
@ -6,25 +6,30 @@
|
||||||
<readme>
|
<readme>
|
||||||
README
|
README
|
||||||
</readme>
|
</readme>
|
||||||
|
<!--
|
||||||
<eula>
|
<eula>
|
||||||
COPYING
|
COPYING
|
||||||
</eula>
|
</eula>
|
||||||
|
-->
|
||||||
<component name="Default" version="@VERSION@" default="yes">
|
<component name="Default" version="@VERSION@" default="yes">
|
||||||
<option install="true" required="true">
|
<option install="true" required="true">
|
||||||
Quake 3
|
Quake 3
|
||||||
|
|
||||||
<binary arch="any" libc="any" symlink="ioquake3" icon="icon.xpm" play="yes"
|
<binary arch="any" libc="any" symlink="ioquake3" icon="quake3.png" play="yes"
|
||||||
name="icculus.org/quake3">
|
name="icculus.org/quake3">
|
||||||
ioquake3
|
ioquake3
|
||||||
</binary>
|
</binary>
|
||||||
<binary arch="any" libc="any" symlink="ioq3demo" icon="icon.xpm" play="no"
|
<files>
|
||||||
|
ioquake3.tar
|
||||||
|
quake3.png
|
||||||
|
</files>
|
||||||
|
</option>
|
||||||
|
<option install="false" required="false">
|
||||||
|
Quake 3 Demo start script
|
||||||
|
<binary arch="any" libc="any" symlink="ioq3demo" icon="quake3.png" play="no"
|
||||||
name="icculus.org/quake3 (Demo)">
|
name="icculus.org/quake3 (Demo)">
|
||||||
ioq3demo
|
ioq3demo
|
||||||
</binary>
|
</binary>
|
||||||
<files>
|
|
||||||
ioquake3.tar
|
|
||||||
icon.xpm
|
|
||||||
</files>
|
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
</install>
|
</install>
|
||||||
|
|
Loading…
Reference in a new issue