azure: Add innerhighlight.grf to macos package
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user