From ebc8b7a7fd8a812ef3131caf47273a025a559d2b Mon Sep 17 00:00:00 2001 From: Brant Martin Date: Wed, 16 May 2018 07:16:33 -0400 Subject: [PATCH] SteamCMD is trash --- Jenkins/jenkins-grab-se.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/jenkins-grab-se.ps1 b/Jenkins/jenkins-grab-se.ps1 index 46daf72..4720a08 100644 --- a/Jenkins/jenkins-grab-se.ps1 +++ b/Jenkins/jenkins-grab-se.ps1 @@ -17,6 +17,6 @@ if (!(Test-Path $steamCMDPath)) { } cd "$steamData" -& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -branch mptest -branchpassword nt7WuDw9kdvB" "+quit" +& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -beta mptest -betapassword nt7WuDw9kdvB" "+quit" popd \ No newline at end of file