square-messages
Black Hat 2018-09-05 18:14:07 +08:00
parent 176bba3358
commit 7baad6b3ec
1 changed files with 26 additions and 0 deletions

26
.ci/bintray-release.json Normal file
View File

@ -0,0 +1,26 @@
{
"files": [
{
"includePattern": "matrique.tar.gz",
"uploadPattern": "matrique-VERSION_NAME_VALUE.tar.gz"
}
],
"package": {
"desc": "A client for Matrix protocol.",
"issue_tracker_url": "https://gitlab.com/b0/matrique/issues",
"licenses": [
"GPL-3.0"
],
"name": "Matrique",
"subject": "Black Hat",
"repo": "Matrique",
"public_download_numbers": true,
"public_stats": true,
"vcs_url": "https://gitlab.com/b0/matrique",
"website_url": "https://doc.matrique.encom.eu.org"
},
"version": {
"name": "VERSION_NAME_VALUE"
},
"publish": true
}