obs-studio/build-aux/steam/obs_build.vdf
2023-07-17 20:09:52 +02:00

37 lines
499 B
Plaintext

"AppBuild"
{
"AppID" "1905180"
"Desc" "github_@@DESC@@"
"ContentRoot" "./"
"BuildOutput" "build/"
"SetLive" "@@BRANCH@@"
"Depots"
{
"1905181" // Windows
{
"ContentRoot" "./steam-windows"
"InstallScript" "scripts/installscript.vdf"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}
"1905182" // Mac
{
"ContentRoot" "./steam-macos"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}
}
}