Browse Source

ci: Update version of openal download on AppVeyor

Signed-off-by: Squareys <squareys@googlemail.com>
pull/142/merge
Squareys 10 years ago committed by Vladimír Vondruš
parent
commit
092da1ad84
  1. 2
      package/ci/appveyor.yml

2
package/ci/appveyor.yml

@ -27,7 +27,7 @@ install:
- cinst ninja
# OpenAL
- appveyor DownloadFile http://kcat.strangesoft.net/openal-binaries/openal-soft-1.17.0-bin.zip
- appveyor DownloadFile http://kcat.strangesoft.net/openal-binaries/openal-soft-1.17.2-bin.zip
- 7z x openal-soft-1.17.0-bin.zip
- ren openal-soft-1.17.0-bin openal
- ren openal\bin\Win32\soft_oal.dll OpenAL32.dll

Loading…
Cancel
Save