cakefoot/src/steam_app_build.vdf

52 lines
1.6 KiB
Plaintext

"AppBuild"
{
"AppID" "2869020" // AppID
"Desc" "Cakefoot on Windows, MacOS, and Linux for Steam" // internal description for this build
"ContentRoot" "../dist/protected/" // root content folder, relative to location of this file
"BuildOutput" "../local/steam-sdk-output/" // build output folder for build logs and build cache files
"Depots"
{
"2869022" // DepotID
{
"FileMapping"
{
"LocalPath" "Cakefoot-linux/*" // all files from contentroot folder
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
}
"2869023" // DepotID
{
"FileMapping"
{
"LocalPath" "Cakefoot-win64/*" // all files from contentroot folder
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
}
"2869024" // DepotID
{
"FileMapping"
{
"LocalPath" "Cakefoot-win32/*" // all files from contentroot folder
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
}
"2869025" // DepotID
{
"FileMapping"
{
"LocalPath" "dmg/*" // all files from contentroot folder
"DepotPath" "." // mapped into the root of the depot
"recursive" "1" // include all subfolders
}
}
}
}