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

0001 "DepotBuildConfig"
0002 {
0003         "DepotID" "LINUX_DEPOT_ID" // Replace value with correct depot ID...
0004 
0005         // Set a root for all content.
0006         // All relative paths specified below (LocalPath in FileMapping entries, and FileExclusion paths)
0007         // will be resolved relative to this root.
0008         // If you don't define ContentRoot, then it will be assumed to be
0009         // the location of this script file, which probably isn't what you want
0010         "ContentRoot"   "..\content\"
0011 
0012         // include all files recursively
0013   "FileMapping"
0014   {
0015         // This can be a full path, or a path relative to ContentRoot
0016     "LocalPath" ".\linux\*"
0017     
0018     // This is a path relative to the install folder of your game
0019     "DepotPath" "."
0020     
0021     // If LocalPath contains wildcards, setting this means that all
0022     // matching files within subdirectories of LocalPath will also
0023     // be included.
0024     "recursive" "1"
0025   }
0026 
0027         // but exclude all symbol files  
0028         // This can be a full path, or a path relative to ContentRoot
0029   "FileExclusion" "*.pdb"
0030 }