Warning, /graphics/krita/packaging/steam/app_build_krita.vdf is written in an unsupported language. File is not indexed.

0001 "appbuild"
0002 {
0003         "appid" "KRITA_APP_ID" // Replace value with Krita's Steam AppID.
0004         "desc" "Krita Desktop Steam Update"
0005         "buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
0006         "contentroot" "..\content\" // root content folder, relative to location of this file
0007         "setlive"       "" // branch to set live after successful build, non if empty
0008         "preview" "0" // to enable preview builds
0009         "local" ""      // set to file path of local content server 
0010         
0011         "depots"
0012         {
0013                 "COMMON_DEPOT_ID" "depot_build_common.vdf" // Replace keys with various Krita depot ID's, as found on Steamworks web interface.
0014                 "WINDOWS_DEPOT_ID" "depot_build_windows.vdf"
0015                 "LINUX_DEPOT_ID" "depot_build_linux.vdf"
0016         }
0017 }