1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

changes xcode-pack url

This commit is contained in:
stopiccot 2014-05-02 16:04:12 +03:00
parent 0dff64bd9b
commit 9996013946

View File

@ -2,7 +2,7 @@ if [ -f ../.osx_dependencies_installed ];
then
echo "OS X prebuilt dependencies are already installled"
else
curl -o ../xcode-pack.zip -L https://dl.dropboxusercontent.com/u/1777581/xcode-pack.zip
curl -o ../xcode-pack.zip -L http://download.vcmi.eu/xcode-pack.zip
unzip ../xcode-pack.zip -d ../
touch ../.osx_dependencies_installed
fi