X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=steam_build_script.vdf;h=a80fd6ee949a383dc97269079699b4c7dcf3ce6a;hb=3298cad1177f79827e36c26bca4409bc5490b538;hp=6636a31807c9655f84e7391e84eb02c3fbdbb12c;hpb=6c3d05ff1b6004786b33fe4276892c27d5ecd6af;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/steam_build_script.vdf b/steam_build_script.vdf index 6636a31..a80fd6e 100644 --- a/steam_build_script.vdf +++ b/steam_build_script.vdf @@ -8,23 +8,41 @@ "Depots" { - "2103942" // Linux depot + "2103942" // Linux Binary { "FileMapping" { - "LocalPath" "linux/*" + "LocalPath" "skaterift-clang/*" "DepotPath" "." "recursive" "1" } } - "2103941" // Windoes + "2103941" // Windows Binary { "FileMapping" { - "LocalPath" "win32/*" + "LocalPath" "skaterift-i686-w64-mingw32-gcc/*" "DepotPath" "." "recursive" "1" } } + "2103943" // Shared Content + { + "FileMapping" + { + "LocalPath" "skaterift-none/*" + "DepotPath" "." + "recursive" "1" + } + } + "2103944" // Extreme DRM solutions + { + "FileMapping" + { + "LocalPath" "DRM" + "DepotPath" "." + "recursive" "0" + } + } } }