Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blender_app_build.vdf.template « steam « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e2d0625d72d262372410fb6e217c5d7544c1820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"appbuild"
{
  "appid"  "[APPID]"
  "desc" "Blender [VERSION]" // description for this build
  "buildoutput" "./[OUTPUT]" // build output folder for .log, .csm & .csd files, relative to location of this file
  "contentroot" "./[CONTENT]" // root content folder, relative to location of this file
  "setlive"  "" // branch to set live after successful build, non if empty
  "preview" "[DRYRUN]" // 1 to enable preview builds, 0 to commit build to steampipe
  "local"  ""  // set to flie path of local content server

  "depots"
  {
    "[WINID]" "depot_build_win.vdf"
    "[LINUXID]" "depot_build_linux.vdf"
    "[MACOSID]" "depot_build_macos.vdf"
  }
}