summaryrefslogtreecommitdiffstats
path: root/scripts/mac
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-17 16:36:57 -0800
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-11-18 16:17:40 +0100
commitcd9805904a7d3b941d25ccedb642dfe1f0e49ce9 (patch)
tree31d9a76a3720f6d5272d6eae5dbfa17e5a59d03c /scripts/mac
parent478a784792546b5a1df9bb29511919e7d63e297c (diff)
downloadsubsurface-cd9805904a7d3b941d25ccedb642dfe1f0e49ce9.tar.gz
Travis: include the symlink in the zip of Mac .app
Don't try to follow the (recursive) symlink. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mac')
-rw-r--r--scripts/mac/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mac/after_success.sh b/scripts/mac/after_success.sh
index 221649e4e..953b66a65 100644
--- a/scripts/mac/after_success.sh
+++ b/scripts/mac/after_success.sh
@@ -10,7 +10,7 @@ export VERSION=$(cd ${TRAVIS_BUILD_DIR}; ./scripts/get-version linux)
cd ${TRAVIS_BUILD_DIR}/build
-zip -r Subsurface-$VERSION.app.zip Subsurface.app
+zip -r -y Subsurface-$VERSION.app.zip Subsurface.app
echo "Submitting the folloing App for continuous build release:"
ls -lh Subsurface-$VERSION.app.zip