mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
36 lines
836 B
XML
36 lines
836 B
XML
<?xml version="1.0" standalone="yes"?>
|
|
<install product="ioquake3"
|
|
desc="ioquake3"
|
|
version="@VERSION@"
|
|
update_url="http://www.icculus.org/quake3/updates.txt"
|
|
promptbinaries="yes">
|
|
<readme>
|
|
README
|
|
</readme>
|
|
<!--
|
|
<eula>
|
|
COPYING
|
|
</eula>
|
|
-->
|
|
<component name="Default" version="@VERSION@" default="yes">
|
|
<option install="true" required="true">
|
|
Quake 3
|
|
|
|
<binary arch="any" libc="any" symlink="ioquake3" icon="quake3.png" play="yes"
|
|
name="ioquake3">
|
|
ioquake3
|
|
</binary>
|
|
<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="ioquake3 (Demo)">
|
|
ioq3demo
|
|
</binary>
|
|
</option>
|
|
</component>
|
|
</install>
|