From c291bb169efea2a20fdc2e305c75679acd474818 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 29 Sep 2020 13:29:12 +0200 Subject: [PATCH] fixed indentation and additional diffs --- CI/before_script.msvc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index ee4cd839b5..e8d65372d8 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -552,7 +552,7 @@ if [ -z $SKIP_DOWNLOAD ]; then # OpenAL download "OpenAL-Soft 1.20.1" \ - "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/openal-soft-1.20.1-bin.zip" \ + "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/OpenAL-Soft-1.20.1.zip" \ "OpenAL-Soft-1.20.1.zip" # OSG @@ -568,7 +568,7 @@ if [ -z $SKIP_DOWNLOAD ]; then # SDL2 download "SDL 2.0.12" \ - "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/SDL2-devel-2.0.12-VC.zip" \ + "https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/SDL2-2.0.12.zip" \ "SDL2-2.0.12.zip" # Google test and mock