Skip to content

Commit

Permalink
Fix game download script
Browse files Browse the repository at this point in the history
  • Loading branch information
welles committed Sep 22, 2023
1 parent f94cbbc commit 6b78c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Download-Game.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ $GameDirectory = If ($Branch -eq "stable") { "bannerlord-stable" } ElseIf ($Bran

$GameBranch = If ($Branch -eq "stable") { "public" } ElseIf ($Branch -eq "beta") { $CurrentBeta } Else { throw "Invalid branch name!" }

Write-Host "$PWD\bin\steamcmd\steamcmd.exe" +force_install_dir "$PWD\bin\$GameDirectory" +login $Credentials[0] $Credentials[1] "+app_update 261550 -beta $GameBranch" +quit
"$PWD\bin\steamcmd\steamcmd.exe" +force_install_dir "$PWD\bin\$GameDirectory" +login $Credentials[0] $Credentials[1] "+app_update 261550 -beta $GameBranch validate" +quit

0 comments on commit 6b78c36

Please sign in to comment.