-
Notifications
You must be signed in to change notification settings - Fork 2
/
descriptor.json
30 lines (28 loc) · 1002 Bytes
/
descriptor.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": "VariantSync",
"repo": "VariantSync Nightly",
"subject": "kogoro",
"desc": "This is the repository containing the update site of VariantSync",
"website_url": "https://github.com/Kogoro/VariantSync",
"issue_tracker_url": "https://github.com/Kogoro/VariantSync/issues",
"vcs_url": "https://github.com/Kogoro/VariantSync.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.md",
"licenses": ["LGPL-3.0"],
"labels": ["spl", "variants", "software products", "clone-and-own"],
"public_download_numbers": true,
"public_stats": true
},
"version": {
"name": "alpha1",
"desc": "alpha1",
"released": "2017/09/20",
"vcs_tag": "alpha1",
"gpgSign": false
},
"files": [
{ "includePattern": "de.tubs.variantsync.update/target/(.*\\.zip)", "uploadPattern": "$1" }
],
"publish": true
}