1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix workflows/windows-install-sdl.bat

This commit is contained in:
yuyi 2020-03-10 23:10:05 +08:00 committed by GitHub
parent 8ff86dbee6
commit f724a4d820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ unzip SDL2_ttf.zip -d thirdparty/
unzip SDL2_image.zip -d thirdparty/
unzip SDL2_mixer.zip -d thirdparty/
mv thirdparty/SDL2-2.0.10 thirdparty/SDL2
mv thirdparty/SDL2_ttf-2.0.15 thirdparty/SDL2_ttf
mv thirdparty/SDL2_image-2.0.5 thirdparty/SDL2_image
mv thirdparty/SDL2_mixer-2.0.4 thirdparty/SDL2_mixer
move /y thirdparty/SDL2-2.0.10 thirdparty/SDL2
move /y thirdparty/SDL2_ttf-2.0.15 thirdparty/SDL2_ttf
move /y thirdparty/SDL2_image-2.0.5 thirdparty/SDL2_image
move /y thirdparty/SDL2_mixer-2.0.4 thirdparty/SDL2_mixer