mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
do not follow symlinks when compressing MacPass.app
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user