mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-26 07:29:35 +00:00
Fixed typo
This commit is contained in:
@@ -8,8 +8,9 @@ before_install:
|
||||
- gem install xcpretty --no-document --quiet
|
||||
|
||||
after_success:
|
||||
- xcodebuild -project MacPass.xcodeproj -exportLocalizations -localizationPath Localisations -exportLanguage de -exportLanguage en -exportLanguage es -exportLanguage fr -exportLanguage it -exportLanguage nl -exportLanguage pl -exportLanguage ru -exportLanguage sv-SE -exportLanguage zh-Hans
|
||||
- zip -9ry Localisations.zip Localisaions
|
||||
# - xcodebuild -project MacPass.xcodeproj -exportLocalizations -localizationPath Localisations -exportLanguage de -exportLanguage en -exportLanguage es -exportLanguage fr -exportLanguage it -exportLanguage nl -exportLanguage pl -exportLanguage ru -exportLanguage sv-SE -exportLanguage zh-Hans
|
||||
- xcodebuild -project MacPass.xcodeproj -exportLocalizations -localizationPath Localisations -exportLanguage de -exportLanguage en
|
||||
- zip -9ry Localisations.zip Localisations
|
||||
- cd ./build/Build/Products/Release
|
||||
- zip -9ry MacPass-continuous.zip MacPass.app
|
||||
- shasum -a 256 MacPass-continuous.zip > MacPass-continuous.zip.sha256
|
||||
|
||||
Reference in New Issue
Block a user