mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
icculus.org/quake3 -> ioquake3
This commit is contained in:
parent
6e45169ddd
commit
b5ab8384ac
2 changed files with 4 additions and 4 deletions
|
@ -64,4 +64,4 @@ install -m 644 ../../../README image/README
|
|||
install -m 644 ../../../COPYING.txt image/COPYING
|
||||
|
||||
### makeself installer
|
||||
$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.$arch.run "icculus.org/quake3 $VERSION" ./setup.sh
|
||||
$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.$arch.run "ioquake3 $VERSION" ./setup.sh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" standalone="yes"?>
|
||||
<install product="ioquake3"
|
||||
desc="icculus.org/quake3"
|
||||
desc="ioquake3"
|
||||
version="@VERSION@"
|
||||
update_url="http://www.icculus.org/quake3/updates.txt"
|
||||
promptbinaries="yes">
|
||||
|
@ -17,7 +17,7 @@
|
|||
Quake 3
|
||||
|
||||
<binary arch="any" libc="any" symlink="ioquake3" icon="quake3.png" play="yes"
|
||||
name="icculus.org/quake3">
|
||||
name="ioquake3">
|
||||
ioquake3
|
||||
</binary>
|
||||
<files>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<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="ioquake3 (Demo)">
|
||||
ioq3demo
|
||||
</binary>
|
||||
</option>
|
||||
|
|
Loading…
Reference in a new issue