X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;h=a4683b70ee2d26d5c26023928a9f08f454140761;hb=0945c6c301e38138b6ac54a02d5b3aea602de526;hp=55c61df67f3b2c81e0004a8d1f6e572d09aaed04;hpb=e364c19156187c346c19295c0480062e57eb6d7c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.sh b/build.sh index 55c61df..a4683b7 100755 --- a/build.sh +++ b/build.sh @@ -143,6 +143,7 @@ vg_command(){ # Dependencies cp vg/dep/steam/steamclient.so bin/linux_server/ + cp vg/dep/steam/libsteam_api.so bin/linux_server/ _compiler=$_linux_compiler _options=$_linux_options @@ -204,6 +205,9 @@ vg_command(){ test) run_game ;; + testserver) + run_server + ;; testnet) delay_run_game & run_server