The Quake III Arena sources as originally released under the GPL license on August 20, 2005.
This commit is contained in:
commit
dbe4ddb103
1409 changed files with 806066 additions and 0 deletions
17
code/macosx/BuildRelease
Normal file
17
code/macosx/BuildRelease
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/zsh
|
||||
|
||||
APPNAME="Quake3"
|
||||
PACKAGENAME= Quake3
|
||||
|
||||
(cd $OMNI_SOURCE_ROOT; ./Build Quake3 install)
|
||||
|
||||
rm -rf "/tmp/$APPNAME"
|
||||
mkdir "/tmp/$APPNAME"
|
||||
cp "Read Me.rtf" "/tmp/$APPNAME"
|
||||
|
||||
cd /Users/Shared/$USER/InstalledProducts
|
||||
gnutar cf - FAKK2.app | (cd "/tmp/$APPNAME"; gnutar xf -)
|
||||
|
||||
cd "/tmp/$APPNAME"
|
||||
sudo ~bungi/Unix/bin/files2image $PACKAGENAME ./*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue