From cd9805904a7d3b941d25ccedb642dfe1f0e49ce9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 17 Nov 2017 16:36:57 -0800 Subject: [PATCH] Travis: include the symlink in the zip of Mac .app Don't try to follow the (recursive) symlink. Signed-off-by: Dirk Hohndel --- scripts/mac/after_success.sh | 2 +- scripts/{travis_end.sh => release-message.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{travis_end.sh => release-message.sh} (100%) 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 diff --git a/scripts/travis_end.sh b/scripts/release-message.sh similarity index 100% rename from scripts/travis_end.sh rename to scripts/release-message.sh