Add dedicated server packaging

This commit is contained in:
Alexander Sellite 2026-08-10 13:56:40 -04:00
commit b9c031dfab
13 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,14 @@
"appbuild"
{
"appid" "<SERVER_TOOL_APP_ID>"
"desc" "NETfishing Dedicated Server"
"buildoutput" "output"
"contentroot" "../dist"
"setlive" ""
"preview" "0"
"local" ""
"depots"
{
"<SERVER_DEPOT_ID>" "depot_build.vdf"
}
}

View file

@ -0,0 +1,11 @@
"DepotBuildConfig"
{
"DepotID" "<SERVER_DEPOT_ID>"
"ContentRoot" "../dist"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}