azure: Add innerhighlight.grf to macos package

This commit is contained in:
Pavel Stupnikov
2019-04-04 19:31:03 +03:00
parent 8c0d665179
commit 9417feba67

View File

@@ -132,7 +132,11 @@ jobs:
- template: azure-pipelines/templates/release-fetch-source.yml
- template: azure-pipelines/templates/osx-dependencies.yml
- template: azure-pipelines/templates/osx-build.yml
- script: 'make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx'
- bash: |
set -ex
mkdir -p bundle
cp -r bin/data bundle/OpenTTD.app/Contents/Resources/
make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx
displayName: 'Create bundles'
- task: PublishBuildArtifacts@1
displayName: 'Publish bundles'