Compare commits
5 Commits
v1.0.15-ma
...
v1.0.20-ma
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b1cf5fb638 | ||
![]() |
1d6a2a9a60 | ||
![]() |
455be2393e | ||
![]() |
6131a9003b | ||
![]() |
2a17c4bc09 |
@@ -11,7 +11,7 @@ platform: x64
|
||||
shallow_clone: true
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: '**\AssemblyInfo.*'
|
||||
file: '**\AssemblyVersion.*'
|
||||
assembly_version: '{version}'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: v{version}
|
||||
@@ -37,7 +37,11 @@ install:
|
||||
|
||||
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit"
|
||||
|
||||
$dataPath = $steamData.Replace("/", "\")
|
||||
$dataPath = $steamData.Replace("/", "\");
|
||||
$contentPath = "$dataPath\Content";
|
||||
if (Test-Path $contentPath) {
|
||||
Remove-Item -LiteralPath $contentPath -Force -Recurse
|
||||
}
|
||||
|
||||
cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64
|
||||
cache:
|
||||
|
Reference in New Issue
Block a user