Updated Glest version

This commit is contained in:
mathusummut
2019-02-02 23:54:17 +01:00
parent 63d7a97fd5
commit 88d98798cc
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ CPU is also available.
## Download for Windows
#### Download [Glest 1.0 from here](https://github.com/Glest/windows-installer/archive/1.0.zip).
#### Download [Glest 2.0 from here](https://github.com/Glest/windows-installer/archive/2.0.zip).
Additionally, if you want
to contribute with the code on Windows, [please follow these

View File

@@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd $DIR
mkdir build
cd build
git clone https://github.com/Glest/glest-data.git data --branch 1.0
git clone https://github.com/Glest/glest-data.git data --branch 2.0
cd ..
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then