blob: 7db643544d2011d83e2753136d26e91f7e94fbcc (
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 build: @VERSION@"
"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"
}
}
}
}
|