Skip to content

Commit 1c3f399

Browse files
committed
fix bin path missing if first action is ./update.sh --refresh
nice for precompiled servers and auto provision
1 parent 2a8cf00 commit 1c3f399

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/include/update/cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function cmake_refresh_teeworlds_binary() {
6262
if [ "$libantibot_path" != "" ]
6363
then
6464
log "move libantibot.so ..."
65+
mkdir -p "${SCRIPT_ROOT}/bin"
6566
cp "$libantibot_path" "$libantibot_runtime_path"
6667
else
6768
err "Error: libantibot.so not found"

0 commit comments

Comments
 (0)