forked from sccn/lsl_archived
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bintray.json
More file actions
28 lines (27 loc) · 800 Bytes
/
.bintray.json
File metadata and controls
28 lines (27 loc) · 800 Bytes
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
{
"package": {
"name": "LSL",
"repo": "labstreaminglayer",
"subject": "tstenner",
"desc": "Travis CI build",
"website_url": "https://github.com/sccn/labstreaminglayer",
"issue_tracker_url": "https://github.com/sccn/labstreaminglayer/issues",
"vcs_url": "https://github.com/sccn/labstreaminglayer.git",
"github_use_tag_release_notes": true,
"licenses": ["MIT"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "1.4.0",
"desc": "This is a version",
"released": "2017-09-14",
"vcs_tag": "",
"gpgSign": false
},
"files":
[
{"includePattern": "build/lsl_Release/Release.7z"}
],
"publish": true
}