forked from emuflight/EmuConfigurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bintray-template.j2
37 lines (37 loc) · 1.19 KB
/
bintray-template.j2
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": "release/(.*)",
"uploadPattern": "{{ env("PACKAGE_VERSION") }}/$1",
"matrixParams": { "override": 1 }
},
{
"includePattern": "CHANGELOG.md",
"uploadPattern": "{{ env("PACKAGE_VERSION") }}/CHANGELOG.md.txt",
"matrixParams": { "override": 1 }
}
],
"package": {
"subject": "emuflight-dev",
"repo": "dev_cfg",
"desc": "Emuflight Configurator is a crossplatform configuration tool for the Emuflight flight control system.",
"issue_tracker_url": "https://github.com/emuflight/EmuConfigurator/issues",
"website_url": "https://github.com/emuflight/EmuConfigurator",
"public_download_numbers": false,
"public_stats": false,
"licenses": [
"GPL-3.0"
],
"labels": [
"emuflight", "configurator"
],
"name": "{{ env("TRAVIS_BRANCH") }}",
"vcs_url": "{{ env("TRAVIS_BUILD_WEB_URL") }}"
},
"publish": true,
"version": {
"gpgSign": false,
"name": "{{ env("PACKAGE_VERSION") }}",
"desc": "Emuflight Configurator"
}
}