Files
HEDZReloaded/build/steamos/scripts/hz_win.vdf
2025-04-23 23:30:36 +02:00

31 lines
673 B
Plaintext

"AppBuild"
{
"AppID" "1603000" // your AppID
"Desc" "win build"
"verbose" "1" // spew more build details in console
"SetLive" "alpha"
"ContentRoot" "../../" // root content folder, relative to location of this file
"BuildOutput" "../output" // build output folder for build logs and build cache files
"Depots"
{
"1603003"
{
"FileMapping"
{
"LocalPath" "../assets/*" // all files from contentroot folder
"DepotPath" "./assets" // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
"FileMapping"
{
"LocalPath" "win/*"
"DepotPath" "."
"recursive" "1"
}
}
}
}