28 lines
1 KiB
JSON
28 lines
1 KiB
JSON
{
|
|
"package": {
|
|
"name": "Cockatrice-git",
|
|
"repo": "Cockatrice",
|
|
"subject": "cockatrice",
|
|
"desc": "Cockatrice master branch automated builds",
|
|
"website_url": "https://github.com/Cockatrice/Cockatrice",
|
|
"issue_tracker_url": "https://github.com/Cockatrice/Cockatrice/issues",
|
|
"vcs_url": "https://github.com/Cockatrice/Cockatrice.git",
|
|
"github_use_tag_release_notes": true,
|
|
"github_release_notes_file": "RELEASE.txt",
|
|
"licenses": ["GPL-2.0"],
|
|
"labels": ["card", "tabletop", "game"],
|
|
"public_download_numbers": false,
|
|
"public_stats": true
|
|
},
|
|
"version": {
|
|
"name": "@PROJECT_VERSION@",
|
|
"desc": "Unstable builds from master",
|
|
"vcs_tag": "@GIT_COMMIT_ID@",
|
|
"gpgSign": false
|
|
},
|
|
"files": [
|
|
{ "includePattern": "build/(Cockatrice.*\\.deb)", "uploadPattern": "Ubuntu/$ENV{DIST}/$1" },
|
|
{ "includePattern": "build/(Cockatrice.*\\.dmg)", "uploadPattern": "macOS/$1" }
|
|
],
|
|
"publish": true
|
|
}
|