Skip to content

Commit

Permalink
Fix: OpenGFX download link did no longer work. (#8105)
Browse files Browse the repository at this point in the history
  • Loading branch information
frosch123 authored and LordAro committed Jun 1, 2020
1 parent 4297cc5 commit 2faa89a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines/templates/ci-opengfx.yml
Expand Up @@ -2,7 +2,7 @@ steps:
- bash: |
set -ex
cd bin/baseset
curl -L https://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip > opengfx-0.5.2-all.zip
unzip opengfx-0.5.2-all.zip
rm -f opengfx-0.5.2-all.zip
curl -L https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip > opengfx-all.zip
unzip opengfx-all.zip
rm -f opengfx-all.zip
displayName: 'Install OpenGFX'

0 comments on commit 2faa89a

Please sign in to comment.