Skip to content

Commit

Permalink
icculus.org/quake3 -> ioquake3
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Sep 5, 2006
1 parent 6e45169 commit b5ab838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/unix/setup/doit
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions code/unix/setup/setup.xml
Original file line number Diff line number Diff line change
@@ -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">
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit b5ab838

Please sign in to comment.