summaryrefslogtreecommitdiff
path: root/gitlab.vdf
blob: e2f99dfdf19e06017a29e2cdf33f7fccbb8ff839 (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
"AppBuild"
{
	"AppID" "@STEAM_APPID@"
	"Desc" "Default app build matching GitLab configuration"
	"BuildOutput" ".steam_cache/"
	"Depots"
	{
		"@STEAM_DEPOTID_WINDOWS@"
		{
			"ContentRoot" "kurator-x86_64-windows/"
			"FileMapping"
			{
				"LocalPath" "*"
				"DepotPath" "."
				"recursive" "1"
			}
		}
		"@STEAM_DEPOTID_LINUX@"
		{
			"ContentRoot" "kurator-x86_64-linux/"
			"FileMapping"
			{
				"LocalPath" "*"
				"DepotPath" "."
				"recursive" "1"
			}
		}
	}
}