mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CODEBASE: Steam development branch updating action (#370)
This commit is contained in:
40
tools/steamdev.vdf
Normal file
40
tools/steamdev.vdf
Normal file
@@ -0,0 +1,40 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user