18 lines
475 B
Text
18 lines
475 B
Text
"DepotBuild"
|
|
{
|
|
// Set your assigned depot ID here
|
|
"DepotID" "4094750"
|
|
// include all files recursivley
|
|
"FileMapping"
|
|
{
|
|
// This can be a full path, or a path relative to ContentRoot
|
|
"LocalPath" "..\dlc-bronze\*"
|
|
// This is a path relative to the install folder of your game
|
|
"DepotPath" "."
|
|
// If LocalPath contains wildcards, setting this means that all
|
|
// matching files within subdirectories of LocalPath will also
|
|
// be included.
|
|
"Recursive" "1"
|
|
}
|
|
|
|
}
|