fix build error

This commit is contained in:
zznty
2022-02-03 18:38:49 +07:00
committed by GitHub
parent 6131a9003b
commit 455be2393e

View File

@@ -38,8 +38,9 @@ install:
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit" & "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit"
$dataPath = $steamData.Replace("/", "\") $dataPath = $steamData.Replace("/", "\")
$contentPath = $dataPath\Content
Remove-Item -LiteralPath $dataPath\Content -Force -Recurse if (Test-Path $contentPath)
Remove-Item -LiteralPath $contentPath -Force -Recurse
cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64 cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64
cache: cache: