diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-10 09:38:46 +0100 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-10 09:38:46 +0100 |
| commit | 1309066be8bc9e7cd688b8f84f8cfa761bea9ebe (patch) | |
| tree | d02114be6438fab3e68513d941ca5af101acf34c /util | |
| parent | bc79c2344e226bdf833382b5ce51c47ddd536bf2 (diff) | |
| parent | 16696823242ca3b82d932542899e77894238fa2c (diff) | |
| download | dragonfireclient-1309066be8bc9e7cd688b8f84f8cfa761bea9ebe.tar.xz | |
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
Diffstat (limited to 'util')
| -rwxr-xr-x | util/buildbot/buildwin32.sh | 4 | ||||
| -rwxr-xr-x | util/buildbot/buildwin64.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/util/buildbot/buildwin32.sh b/util/buildbot/buildwin32.sh index a4238fbd8..c99a0db7a 100755 --- a/util/buildbot/buildwin32.sh +++ b/util/buildbot/buildwin32.sh @@ -4,9 +4,9 @@ set -e CORE_GIT=https://github.com/EliasFleckenstein03/dragonfireclient CORE_BRANCH=master CORE_NAME=dragonfireclient -GAME_GIT=https://git.minetest.land/Wuzzy/MineClone2 +GAME_GIT=https://git.minetest.land/MineClone2/MineClone2 GAME_BRANCH=master -GAME_NAME=mineclone2 +GAME_NAME=MineClone2 dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" if [ $# -ne 1 ]; then diff --git a/util/buildbot/buildwin64.sh b/util/buildbot/buildwin64.sh index 1b680cf5b..6d4ed47a1 100755 --- a/util/buildbot/buildwin64.sh +++ b/util/buildbot/buildwin64.sh @@ -4,9 +4,9 @@ set -e CORE_GIT=https://github.com/EliasFleckenstein03/dragonfireclient CORE_BRANCH=master CORE_NAME=dragonfireclient -GAME_GIT=https://git.minetest.land/Wuzzy/MineClone2 +GAME_GIT=https://git.minetest.land/MineClone2/MineClone2 GAME_BRANCH=master -GAME_NAME=mineclone2 +GAME_NAME=MineClone2 dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" if [ $# -ne 1 ]; then |
