Skip to content

Instantly share code, notes, and snippets.

@tlrobinson
Created September 28, 2008 21:50
Show Gist options
  • Save tlrobinson/13509 to your computer and use it in GitHub Desktop.
Save tlrobinson/13509 to your computer and use it in GitHub Desktop.
{
"type" : "git",
"path" : "ssh://[email protected]/to/git/repo.git",
"parts" : [
{
"src" : "MyApplication",
"dst" : "",
"build" : "steam -c Release -b BUILD_PATH",
"copyFrom" : "Release/MyApplication"
},
{
"src" : "MyFramework",
"dst" : "Frameworks/MyFramework",
"build" : "steam -c Release -b BUILD_PATH",
"copyFrom" : "Release/MyFramework"
},
{
"src" : "Editor/Server",
"dst" : "Server"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment