mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
478a784792
commit
cd9805904a
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue