From 23afb587586433fabda4ffcc22960908a61b1a43 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sat, 10 Nov 2018 17:26:55 +0100 Subject: [PATCH] Fixed clone release version on Linux --- mk/linux/clone-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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