Skip to content

Instantly share code, notes, and snippets.

@Calinou
Last active July 6, 2017 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calinou/b9e15b5cd0d5b8d96c3d15cb94a683c7 to your computer and use it in GitHub Desktop.
Save Calinou/b9e15b5cd0d5b8d96c3d15cb94a683c7 to your computer and use it in GitHub Desktop.
Godot build Bintray deployment (Travis, macOS)
{
"package": {
"name": "editor",
"repo": "godot",
"subject": "calinou"
},
"version": {
"name": "${VERSION}",
"desc": "Autogenerated Godot Engine Editor build",
"released": "${DATE}",
"vcs_tag": "",
"gpgSign": false
},
"files":
[
{"includePattern": "Godot-macOS-x86_64.dmg", "uploadPattern": "Godot-macOS-x86_64-${VERSION}.dmg"}
],
"publish": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment