osxbuild: zip -r

git-svn-id: https://svn.eduke32.com/eduke32@2389 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-02-26 17:38:17 +00:00
parent 75ea167ce2
commit 4f4ca00231

View file

@ -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