Skip to content

Instantly share code, notes, and snippets.

@douglaslassance
Created July 30, 2022 23:35
Show Gist options
  • Save douglaslassance/90675ce02c95073058dc8d6dc3649ac2 to your computer and use it in GitHub Desktop.
Save douglaslassance/90675ce02c95073058dc8d6dc3649ac2 to your computer and use it in GitHub Desktop.
// https://partner.steamgames.com/doc/sdk/uploading
"AppBuild"
{
"AppID" "<app_id>"
// "Desc" ""
"ContentRoot" "Dist\WindowsNoEditor"
"BuildOutput" "Steam"
"SetLive" "main"
"Depots"
{
"<depot_id>"
{
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
"FileExclusion" "*\Saved*"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment