mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
osxbuild: zip -r
git-svn-id: https://svn.eduke32.com/eduke32@2389 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
75ea167ce2
commit
4f4ca00231
1 changed files with 1 additions and 1 deletions
|
@ -118,6 +118,6 @@ if [ -f mapster32.x64 ] && [ -f eduke32.x86 ]; then # && [ -f eduke32.ppc ]; the
|
|||
echo "The 64-bit build in this archive has LibVPX (http://www.webmproject.org/code/)" >> README.OSX
|
||||
echo "from MacPorts (http://www.macports.org/) statically linked into it." >> README.OSX
|
||||
rm -f "$arfilename"
|
||||
zip "$arfilename" Mapster32.app EDuke32.app README.OSX
|
||||
zip -r "$arfilename" Mapster32.app EDuke32.app README.OSX
|
||||
# Mapster32.debug.app EDuke32.debug.app
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue