update Eluant

This commit is contained in:
Matthias Mailänder
2015-11-27 14:01:22 +01:00
parent 3e8df55bcb
commit 5dcd48a54e
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ if (!(Test-Path "Eluant.dll"))
{ {
echo "Fetching Eluant from GitHub." echo "Fetching Eluant from GitHub."
$target = Join-Path $pwd.ToString() "Eluant.dll" $target = Join-Path $pwd.ToString() "Eluant.dll"
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll", $target) (New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll", $target)
} }
if (!(Test-Path "GeoLite2-Country.mmdb.gz") -Or (((get-date) - (get-item "GeoLite2-Country.mmdb.gz").LastWriteTime) -gt (new-timespan -days 30))) if (!(Test-Path "GeoLite2-Country.mmdb.gz") -Or (((get-date) - (get-item "GeoLite2-Country.mmdb.gz").LastWriteTime) -gt (new-timespan -days 30)))

View File

@@ -109,7 +109,7 @@ fi
if [ ! -f Eluant.dll ]; then if [ ! -f Eluant.dll ]; then
echo "Fetching Eluant from GitHub." echo "Fetching Eluant from GitHub."
curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll
fi fi
if [ ! -f SmarIrc4net.dll ]; then if [ ! -f SmarIrc4net.dll ]; then