diff --git a/mk/linux/clone-data.sh b/mk/linux/clone-data.sh index 003ac3205..c8f25e55d 100755 --- a/mk/linux/clone-data.sh +++ b/mk/linux/clone-data.sh @@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" cd $DIR mkdir build cd build -git clone https://github.com/ZetaGlest/zetaglest-data.git data +git clone https://github.com/ZetaGlest/zetaglest-data.git data --branch 1.0 cd .. if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then