bitburner-src/tools/steamdev.vdf
omuretsu f2e1a67ec1 Changelog update and steam dev updater v2
Attempting to build using ubuntu 20.04 to possibly fix Linux issue.
2023-03-11 17:07:08 -05:00

41 lines
558 B
Plaintext

"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"
}
}
}
}