Files
libloot/scripts/travis/loot-api.bintray.json
T
Oliver Hamlet cf67649049 Remove all GUI files and references to the GUI
As the NodeJS dependency no longer exists, the archive script has
been replaced with a CPack implementation, and the
set_version_number script turned into a Python script.
2017-02-10 23:11:13 +00:00

16 lines
279 B
JSON

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