update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / steam_build_script.vdf
1 "AppBuild"
2 {
3 "AppID" "2103940"
4 "Desc" "SR Multi-build"
5
6 "ContentRoot" "/home/harry/Documents/carve/dist/"
7 "BuildOutput" "dist/steam_cache"
8
9 "Depots"
10 {
11 "2103942" // Linux Binary
12 {
13 "FileMapping"
14 {
15 "LocalPath" "bin/skaterift-linux-x86_64-zig-cc/*"
16 "DepotPath" "."
17 "recursive" "1"
18 }
19 }
20 "2103941" // Windows Binary
21 {
22 "FileMapping"
23 {
24 "LocalPath" "bin/skaterift-windows-x86_64-zig-cc/*"
25 "DepotPath" "."
26 "recursive" "1"
27 }
28 }
29 "2103943" // Shared Content
30 {
31 "FileMapping"
32 {
33 "LocalPath" "bin/skaterift-anyplatform-x86_64-zig-cc/*"
34 "DepotPath" "."
35 "recursive" "1"
36 }
37 }
38 "2103944" // Extreme DRM solutions
39 {
40 "FileMapping"
41 {
42 "LocalPath" "bin/DRM"
43 "DepotPath" "."
44 "recursive" "0"
45 }
46 }
47 }
48 }