Files
libloot/scripts/travis/libloot.bintray.json
T

16 lines
274 B
JSON
Raw Permalink Normal View History

{
"package": {
2018-11-02 20:46:36 +00:00
"name": "libloot",
2018-08-06 18:07:41 +01:00
"repo": "snapshots",
"subject": "loot"
},
"version": {
"name": "REPLACE_THIS_VERSION"
},
"files": [{
2018-11-02 20:46:36 +00:00
"includePattern": "build/package/(libloot-.+\\.tar.xz)",
"uploadPattern": "$1"
}],
"publish": true
}