nheko/.ci/bintray-release.json

38 lines
998 B
JSON
Raw Normal View History

2018-06-17 15:53:14 +02:00
{
"files": [
{
"includePattern": "nheko-VERSION_NAME_VALUE.dmg",
"matrixParams": {
"override": 1
},
2018-06-22 22:54:35 +02:00
"uploadPattern": "nheko/VERSION_NAME_VALUE/nheko-VERSION_NAME_VALUE.dmg"
2018-06-17 15:53:14 +02:00
},
{
"includePattern": "nheko-VERSION_NAME_VALUE-x86_64.AppImage",
"matrixParams": {
"override": 1
},
2018-06-22 22:54:35 +02:00
"uploadPattern": "nheko/VERSION_NAME_VALUE/nheko-VERSION_NAME_VALUE-x86_64.AppImage"
2018-06-17 15:53:14 +02:00
}
],
"package": {
"desc": "Desktop client for the Matrix protocol",
"issue_tracker_url": "https://github.com/Nheko-Reborn/nheko/issues",
2018-06-17 15:53:14 +02:00
"licenses": [
"GPL-3.0"
],
"name": "nheko",
"public_download_numbers": true,
"public_stats": true,
2019-01-18 19:54:20 +01:00
"repo": "nheko",
"subject": "nheko-reborn",
"vcs_url": "https://github.com/Nheko-Reborn/nheko",
"website_url": "https://github.com/Nheko-Reborn/nheko"
2018-06-17 15:53:14 +02:00
},
"publish": true,
"version": {
"name": "VERSION_NAME_VALUE",
"vcs_tag": "VERSION_NAME_VALUE"
}
}