Browse Source

Merge branch 'hotfix/v24.3.3' into develop

pull/4728/head
Daniel Gibbs 3 months ago
parent
commit
5d9a74428e
  1. 2
      lgsm/modules/core_modules.sh
  2. 3
      lgsm/modules/core_steamcmd.sh
  3. 2
      linuxgsm.sh

2
lgsm/modules/core_modules.sh

@ -8,7 +8,7 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v24.3.2"
modulesversion="v24.3.3"
# Core

3
lgsm/modules/core_steamcmd.sh

@ -183,8 +183,9 @@ fn_update_steamcmd_remotebuild() {
if [ "${CI}" ]; then
${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +quit > /dev/null 2>&1
fi
# password for branch not needed to check the buildid
remotebuildversion=$(${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +app_info_print "${appid}" +quit | sed -e '/"branches"/,/^}/!d' | sed -n "/\"${branch}\"/,/}/p" | grep -m 1 buildid | tr -cd '[:digit:]')
remotebuildversion=$(${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_request "${appid}" +login "${steamuser}" "${steampass}" +app_info_update 1 +app_info_print "${appid}" +quit | sed -e '/"branches"/,/^}/!d' | sed -n "/\"${branch}\"/,/}/p" | grep -m 1 buildid | tr -cd '[:digit:]')
if [ "${firstcommandname}" != "INSTALL" ]; then
fn_print_dots "Checking remote build: ${remotelocation}"

2
linuxgsm.sh

@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v24.3.2"
version="v24.3.3"
shortname="core"
gameservername="core"
commandname="CORE"

Loading…
Cancel
Save