Skip to content

Commit 182547a

Browse files
committed
Merge branch 'hotfix/v24.3.3'
2 parents eae2f42 + 1e07895 commit 182547a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lgsm/modules/core_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010

11-
modulesversion="v24.3.2"
11+
modulesversion="v24.3.3"
1212

1313
# Core
1414

lgsm/modules/core_steamcmd.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ fn_update_steamcmd_remotebuild() {
182182
if [ "${CI}" ]; then
183183
${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +quit > /dev/null 2>&1
184184
fi
185+
185186
# password for branch not needed to check the buildid
186-
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:]')
187+
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:]')
187188

188189
if [ "${firstcommandname}" != "INSTALL" ]; then
189190
fn_print_dots "Checking remote build: ${remotelocation}"

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424
set -x
2525
fi
2626

27-
version="v24.3.2"
27+
version="v24.3.3"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

0 commit comments

Comments
 (0)