do not follow symlinks when compressing MacPass.app

This commit is contained in:
michael starke
2017-09-26 09:12:02 +02:00
parent a39d38f457
commit 527255c6d5
2 changed files with 5 additions and 6 deletions

View File

@@ -4,11 +4,11 @@ xcode_scheme: MacPass
language: objective-c
before_install:
- carthage bootstrap --platform Mac
- carthage bootstrap --platform macOS
after_success:
- cd ./build/Build/Products/Release
- zip -9r MacPass-continuous.zip MacPass.app
- zip -9ry MacPass-continuous.zip MacPass.app
- cd -
- mv ./build/Build/Products/Release/MacPass-continuous.zip .