Add dedicated server packaging
This commit is contained in:
commit
b9c031dfab
13 changed files with 275 additions and 0 deletions
11
steam/depot_build.vdf.example
Normal file
11
steam/depot_build.vdf.example
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "<SERVER_DEPOT_ID>"
|
||||
"ContentRoot" "../dist"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue