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
@ -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…
x
Reference in New Issue
Block a user