branch name

This commit is contained in:
Brant Martin
2019-02-25 15:39:27 -05:00
parent 53c279fa00
commit 7a71cbf756

View File

@@ -17,6 +17,6 @@ if (!(Test-Path $steamCMDPath)) {
}
cd "$steamData"
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -beta playtest -betapassword $previewSecretPass validate" "+quit"
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -beta steamctg -betapassword $previewSecretPass validate" "+quit"
popd