Add pulling from
This commit is contained in:
parent
b483220668
commit
7b7424eea1
1 changed files with 3 additions and 0 deletions
|
|
@ -609,6 +609,9 @@ try {
|
|||
exit 1
|
||||
}
|
||||
|
||||
Write-Host ('Pulling patch from https://gitgud.io/{0}/{1} (branch: {2})' -f $cfg.username, $cfg.repo, $cfg.branch)
|
||||
Write-Host ''
|
||||
|
||||
Invoke-SrpgPreSetup -Root $GameRoot
|
||||
|
||||
$stateFile = Join-Path $PatchBundleRoot 'previous_patch_sha.txt'
|
||||
|
|
|
|||
Loading…
Reference in a new issue