Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
34
code/macosx/BuildRelease
Normal file → Executable file
34
code/macosx/BuildRelease
Normal file → Executable file
|
@ -1,17 +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 ./*
|
||||
|
||||
#!/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