diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-17 16:36:57 -0800 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-11-18 16:17:40 +0100 |
commit | cd9805904a7d3b941d25ccedb642dfe1f0e49ce9 (patch) | |
tree | 31d9a76a3720f6d5272d6eae5dbfa17e5a59d03c /scripts/mac/after_success.sh | |
parent | 478a784792546b5a1df9bb29511919e7d63e297c (diff) | |
download | subsurface-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/after_success.sh')
-rw-r--r-- | scripts/mac/after_success.sh | 2 |
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 |