osxbuild.sh: zip -y -x "*.svn*" "*.git*"

git-svn-id: https://svn.eduke32.com/eduke32@2417 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-03-05 07:23:02 +00:00
parent d4577fccb5
commit 6e295f958b

View file

@ -135,6 +135,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 -r "$arfilename" Mapster32.app EDuke32.app README.OSX
zip -r -y "$arfilename" Mapster32.app EDuke32.app README.OSX -x "*.svn*" "*.git*"
# Mapster32.debug.app EDuke32.debug.app
fi