From ef92281b4b8bb7d44108a3607f4f4082cde62188 Mon Sep 17 00:00:00 2001 From: psi29a Date: Sat, 24 Sep 2022 17:10:26 +0000 Subject: [PATCH] Update CI/before_script.msvc.sh --- CI/before_script.msvc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index b56dfa0225..3affcc9089 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -951,9 +951,8 @@ printf "SDL 2.24.0... " printf "Exists. " elif [ -z $SKIP_EXTRACT ]; then rm -rf SDL2-2.24.0 - eval 7z x -y SDL2-2.24.0.zip -oSDL2-2.24.0 $STRIP + eval 7z x -y SDL2-2.24.0-win32-x64.zip -oSDL2-2.24.0 $STRIP fi - export SDL2DIR="$(real_pwd)/SDL2-2.24.0" for config in ${CONFIGURATIONS[@]}; do add_runtime_dlls $config "$(pwd)/SDL2-2.24.0/SDL2.dll" done