cardinal-fall_ue5/Distribution/Steamworks/Steam_DepotBuild4020031.vdf

30 lines
784 B
Text

"DepotBuild"
{
// Set your assigned depot ID here
"DepotID" "4020031"
// include all files recursivley
"FileMapping"
{
// This can be a full path, or a path relative to ContentRoot
"LocalPath" "*"
// 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"
}
"FileMapping"
{
// copy the install script into the depot root folder
"LocalPath" "Steam_InstallScript.vdf"
"DepotPath" "."
}
"InstallScript" "Steam_InstallScript.vdf"
"FileMapping"
{
// copy the installer into the depot root folder
"LocalPath" "Steam_CardinalInstaller.exe"
"DepotPath" "."
}
}