Skip to content

Instantly share code, notes, and snippets.

@kpiwko
Created July 3, 2014 12:50
Show Gist options
  • Select an option

  • Save kpiwko/0dff7e571678fcc229a6 to your computer and use it in GitHub Desktop.

Select an option

Save kpiwko/0dff7e571678fcc229a6 to your computer and use it in GitHub Desktop.
installations {
tattletale {
product = "foo"
version = "bar"
content {
remoteUrl = "http://foo/bar.jar"
home = "foo"
fileName = "bar"
autoExtract = false
}
content {
remoteUrl = ["win":"foo.bat", "linux": "foo.sh", "mac": "foo.sh"]
}
postActions {
do whatever
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment