forked from labstreaminglayer/App-LabRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bintray.json
29 lines (28 loc) · 887 Bytes
/
.bintray.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"package": {
"name": "LabRecorder",
"repo": "LSL",
"subject": "labstreaminglayer",
"desc": "Travis CI build",
"website_url": "https://github.com/labstreaminglayer/App-LabRecorder",
"issue_tracker_url": "https://github.com/labstreaminglayer/App-LabRecorder/issues",
"vcs_url": "https://github.com/labstreaminglayer/App-LabRecorder.git",
"github_use_tag_release_notes": true,
"licenses": ["MIT"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "1.12",
"desc": "This is a version",
"released": "2017-09-14",
"vcs_tag": "",
"gpgSign": false
},
"files": [ {
"includePattern": "./build/((.)[^/]*\.(deb|tar\.bz2|dmg))",
"uploadPattern": "$1",
"matrixParams": { "override": 1 }
}],
"publish": true
}