bitburner-src/tools/steamdev.vdf

41 lines
558 B
Plaintext
Raw Normal View History

"AppBuild"
{
"AppID" "1812820"
"Desc" "Dev update from github action"
"ContentRoot" "/"
"BuildOutput" "/"
"SetLive" "development"
"Depots"
{
"1812821"
{
"FileMapping"
{
"LocalPath" ".build/bitburner-win32-x64/*"
"DepotPath" "."
"recursive" "1"
}
}
"1812822"
{
"FileMapping"
{
"LocalPath" ".build/bitburner-darwin-x64/*"
"DepotPath" "."
"recursive" "1"
}
}
"1812823"
{
"FileMapping"
{
"LocalPath" ".build/bitburner-linux-x64/*"
"DepotPath" "."
"recursive" "1"
}
}
}
}