.linux_bintray.json 949 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "package": {
  3. "name": "vnote",
  4. "repo": "vnote",
  5. "subject": "tamlok",
  6. "desc": "Continuous deployment by Travis-CI",
  7. "website_url": "https://github.com/tamlok/vnote",
  8. "issue_tracker_url": "https://github.com/tamlok/vnote/issues",
  9. "vcs_url": "https://github.com/tamlok/vnote.git",
  10. "github_use_tag_release_notes": false,
  11. "github_release_notes_file": "",
  12. "licenses": ["MIT"],
  13. "labels": ["Markdown", "Note-Taking", "Office", "Utils", "Efficiency"],
  14. "public_download_numbers": true,
  15. "public_stats": true
  16. },
  17. "version": {
  18. "name": "2.8.2",
  19. "desc": "VNote Releases",
  20. "released": "2019-12-20",
  21. "vcs_tag": "2.8.2",
  22. "gpgSign": false
  23. },
  24. "files":
  25. [{"includePattern": "build/(VNote-.*\\.AppImage)", "uploadPattern": "$1",
  26. "matrixParams": {"override": 1 }}],
  27. "publish": true
  28. }