obs_playtest_build.vdf 452 B

1234567891011121314151617181920212223242526272829303132333435
  1. "AppBuild"
  2. {
  3. "AppID" "1905640"
  4. "Desc" "github_@@DESC@@"
  5. "ContentRoot" "./"
  6. "BuildOutput" "build/"
  7. "SetLive" "@@BRANCH@@"
  8. "Depots"
  9. {
  10. "1905642" // Windows
  11. {
  12. "ContentRoot" "./steam-windows"
  13. "FileMapping"
  14. {
  15. "LocalPath" "*"
  16. "DepotPath" "."
  17. "recursive" "1"
  18. }
  19. }
  20. "1905641" // Mac
  21. {
  22. "ContentRoot" "./steam-macos"
  23. "FileMapping"
  24. {
  25. "LocalPath" "*"
  26. "DepotPath" "."
  27. "recursive" "1"
  28. }
  29. }
  30. }
  31. }