obs_build.vdf 499 B

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