mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
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:
parent
d4577fccb5
commit
6e295f958b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue