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:
parent
0dff64bd9b
commit
9996013946
@ -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
|
Loading…
Reference in New Issue
Block a user