1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
ScreenPlay/Tools/Steam/steamcmd/app_build_linux.vdf
Elias Steurer 3e283aa5d5 Update SteamSDK to 1.55
Add ContentBuilder tools
2022-08-26 15:43:50 +02:00

15 lines
574 B
Plaintext

"appbuild"
{
"appid" "672870"
"desc" "CI Build linux {{BUILD_DESCRIPTION}}"
"buildoutput" "../Steam/ContentBuilder/output" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "../../" // root content folder, relative to location of this file
"setlive" "{{SET_LIVE_ON_BRANCH}}" // branch to set live after successful build, none if empty
"preview" "0" // to enable preview builds
"nobaseline" "0" // build without using baseline manifest
"depots"
{
"672873" "depot_build_linux.vdf"
}
}