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>
This commit is contained in:
Dirk Hohndel 2017-11-17 16:36:57 -08:00 committed by Lubomir I. Ivanov
parent 478a784792
commit cd9805904a
2 changed files with 1 additions and 1 deletions

View file

@ -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