fetch Eluant from GitHub

This commit is contained in:
Matthias Mailänder
2015-04-14 22:16:37 +02:00
parent adddf1245b
commit 78588753e8
4 changed files with 13 additions and 0 deletions

View File

@@ -77,3 +77,8 @@ if [ ! -f SDL2-CS.dll ]; then
echo "Fetching SDL2-CS from GitHub."
wget https://github.com/OpenRA/SDL2-CS/releases/download/20140407/SDL2-CS.dll
fi
if [ ! -f Eluant.dll ]; then
echo "Fetching Eluant from GitHub."
wget https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll
fi