Add pulling from

This commit is contained in:
DazedAnon 2026-05-10 15:37:18 -05:00
parent b483220668
commit 7b7424eea1

View file

@ -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'