summaryrefslogtreecommitdiff
path: root/os/steam/release.vdf
blob: ab549c3886bf688d55e08364e7a960d2f2de6ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
"AppBuild"
{
	"AppID" "1536610"
	"Desc" "@@DESCRIPTION@@"

	"SetLive" "@@BRANCH@@"

	"ContentRoot" "./"
	"BuildOutput" "build/"

	"Depots"
	{
		"1536613"
		{
			"ContentRoot" "./steam-win32"
			"FileMapping"
			{
				"LocalPath" "*"
				"DepotPath" "."
				"recursive" "1"
			}
		}

		"1536612"
		{
			"ContentRoot" "./steam-win64"
			"FileMapping"
			{
				"LocalPath" "*"
				"DepotPath" "."
				"recursive" "1"
			}
		}

		"1536614"
		{
			"ContentRoot" "./steam-macos"
			"FileMapping"
			{
				"LocalPath" "*"
				"DepotPath" "."
				"recursive" "1"
			}
		}

		"1536615"
		{
			"ContentRoot" "./steam-linux"
			"FileMapping"
			{
				"LocalPath" "*"
				"DepotPath" "."
				"recursive" "1"
			}
		}
	}
}