X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=steam_build_script.vdf;h=0c6cf18863a5afc5f668a07b7e7d4a57e2c092c3;hb=76315944e5a98838163e0aba8601ed3522f0724d;hp=eb8eff33bbc5c4c931e1d865de0cbf92b017a563;hpb=d58ce0e646e7cf3df81cb308f4cac36a1e9bda97;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/steam_build_script.vdf b/steam_build_script.vdf index eb8eff3..0c6cf18 100644 --- a/steam_build_script.vdf +++ b/steam_build_script.vdf @@ -3,28 +3,46 @@ "AppID" "2103940" "Desc" "SR Multi-build" - "ContentRoot" "/home/harry/Documents/carve/dist/bin/" + "ContentRoot" "/home/harry/Documents/carve/dist/" "BuildOutput" "dist/steam_cache" "Depots" { - "2103942" // Linux depot + "2103942" // Linux Binary { "FileMapping" { - "LocalPath" "skaterift-clang/*" + "LocalPath" "bin/skaterift-linux-x86_64-zig-cc/*" "DepotPath" "." "recursive" "1" } } - "2103941" // Windoes + "2103941" // Windows Binary { "FileMapping" { - "LocalPath" "skaterift-i686-w64-mingw32-gcc/*" + "LocalPath" "bin/skaterift-windows-x86_64-zig-cc/*" "DepotPath" "." "recursive" "1" } } + "2103943" // Shared Content + { + "FileMapping" + { + "LocalPath" "bin/skaterift-anyplatform-anyarch-blob/*" + "DepotPath" "." + "recursive" "1" + } + } + "2103944" // Extreme DRM solutions + { + "FileMapping" + { + "LocalPath" "bin/DRM" + "DepotPath" "." + "recursive" "0" + } + } } }