-
Notifications
You must be signed in to change notification settings - Fork 3
/
bintray.json
30 lines (30 loc) · 981 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
30
{
"package": {
"name": "jwm-settings-manager",
"repo": "AppImages",
"subject": "israeldahl",
"desc": "Graphical Settings Manager for JWM",
"website_url": "https://github.com/Israel-D/jwm-settings-manager",
"issue_tracker_url": "https://github.com/Israel-D/jwm-settings-manager/issues",
"vcs_url": "https://github.com/Israel-D/jwm-settings-manager.git",
"licenses": ["GPL3+"],
"labels": ["JWM", "JWM Settings Manager","Settings"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "master",
"desc": "AppImage of JWM Settings Manager master HEAD deployed by Travis CI build",
"gpgSign": false
},
"files": [
{
"includePattern": "Deploy/(.*\\.AppImage)",
"uploadPattern": "$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}