diff --git a/Download.sh b/Download.sh index 079baac..793f376 100755 --- a/Download.sh +++ b/Download.sh @@ -2,8 +2,8 @@ urho3d=Urho3D-1.8-ALPHA.145-Linux-64bit-SHARED-snapshot mkdir Urho3D > /dev/null 2>&1 cd Urho3D -#wget https://sourceforge.net/projects/urho3d/files/Urho3D/Snapshots/$urho3d.tar.gz/download -O Urho3D.tar.gz -#tar -xvzf Urho3D.tar.gz > Urho3D.log +wget https://sourceforge.net/projects/urho3d/files/Urho3D/Snapshots/$urho3d.tar.gz/download -O Urho3D.tar.gz +tar -xvzf Urho3D.tar.gz > Urho3D.log cd $urho3d resource=share/Urho3D/Resources oresource=../../$resource