summary refs log tree commit diff
path: root/.ci/bintray-release.json
blob: 2e6d10e42af6cb17443c30eebf629d95d30ea0e7 (plain) (blame)
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
31
32
33
34
35
36
37
{
  "files": [
    {
      "includePattern": "nheko-VERSION_NAME_VALUE.dmg",
      "matrixParams": {
        "override": 1
      },
      "uploadPattern": "nheko/VERSION_NAME_VALUE/nheko-VERSION_NAME_VALUE.dmg"
    },
    {
      "includePattern": "nheko-VERSION_NAME_VALUE-x86_64.AppImage",
      "matrixParams": {
        "override": 1
      },
      "uploadPattern": "nheko/VERSION_NAME_VALUE/nheko-VERSION_NAME_VALUE-x86_64.AppImage"
    }
  ],
  "package": {
    "desc": "Desktop client for the Matrix protocol",
    "issue_tracker_url": "https://github.com/Nheko-Reborn/nheko/issues",
    "licenses": [
      "GPL-3.0"
    ],
    "name": "nheko",
    "public_download_numbers": true,
    "public_stats": true,
    "repo": "nheko",
    "subject": "nheko-reborn",
    "vcs_url": "https://github.com/Nheko-Reborn/nheko",
    "website_url": "https://github.com/Nheko-Reborn/nheko"
  },
  "publish": true,
  "version": {
    "name": "VERSION_NAME_VALUE",
    "vcs_tag": "VERSION_NAME_VALUE"
  }
}