Procházet zdrojové kódy

Merge branch 'hotfix/v24.3.3'

Daniel Gibbs před 1 rokem
rodič
revize
470899d9c7
3 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 1 1
      lgsm/modules/core_modules.sh
  2. 2 1
      lgsm/modules/core_steamcmd.sh
  3. 1 1
      linuxgsm.sh

+ 1 - 1
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
 

+ 2 - 1
lgsm/modules/core_steamcmd.sh

@@ -182,8 +182,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}"

+ 1 - 1
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"