diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-03-18 00:27:05 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-18 02:56:42 +0100 |
commit | 38492f437743f0e084450b558ccdc46b9f46c148 (patch) | |
tree | b5bde2f41bdfdc9d9182e0d5ee54d37291fc7e4d | |
parent | f17c3afa9af690666935e8c60112affc13a48584 (diff) | |
download | clientdata-38492f437743f0e084450b558ccdc46b9f46c148.tar.gz clientdata-38492f437743f0e084450b558ccdc46b9f46c148.tar.bz2 clientdata-38492f437743f0e084450b558ccdc46b9f46c148.tar.xz clientdata-38492f437743f0e084450b558ccdc46b9f46c148.zip |
Update job name - this will probably break because branch is different,
probably in downloadlib, but let's see
-rwxr-xr-x | .tools/manaplus.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tools/manaplus.sh b/.tools/manaplus.sh index 09a9355a..8ac756ec 100755 --- a/.tools/manaplus.sh +++ b/.tools/manaplus.sh @@ -14,11 +14,11 @@ aptget_install \ pwd ls -./clientdata/.tools/downloadlib.sh manaplus master || exit 1 +./clientdata/.tools/downloadlib.sh manaplus s20180215 || exit 1 export HOME=`pwd`/clientdata/shared -cd manaplus_master || exit 1 +cd manaplus_s20180215 || exit 1 export SDL_VIDEODRIVER=dummy ./bin/manaplus --validate -u -d ../clientdata || exit 1 |