update SDL2-CS

This commit is contained in:
Matthias Mailänder
2015-07-09 10:03:39 +02:00
parent 54e1cf866c
commit a91d43d7ce
3 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ if (!(Test-Path "SDL2-CS.dll"))
{
echo "Fetching SDL2 C# from GitHub."
$target = Join-Path $pwd.ToString() "SDL2-CS.dll"
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/SDL2-CS/releases/download/20140407/SDL2-CS.dll", $target)
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/SDL2-CS/releases/download/20150709/SDL2-CS.dll", $target)
}
if (!(Test-Path "Eluant.dll"))