Files
libloot/scripts/travis/loot-api.bintray.json
T
Oliver Hamlet ed1057c7b5 Rename the LOOT bintray packages
Use lowercase, hyphenated names. Doing this now because I accidentally
deleted the LOOT_API package...
2016-12-12 11:24:00 +00:00

16 lines
271 B
JSON

{
"package": {
"name": "loot-api",
"repo": "loot",
"subject": "wrinklyninja"
},
"version": {
"name": "REPLACE_THIS_VERSION"
},
"files": [{
"includePattern": "build/(loot-api_.+\\.tar.xz)",
"uploadPattern": "$1"
}],
"publish": true
}