example4.json 430 B

12345678910111213141516
  1. {
  2. "id": "test4",
  3. "description": [
  4. { "en_US", "Name4", "Description 4" }
  5. ],
  6. "version": "0.0.1",
  7. "release": "0.0-beta",
  8. "license": "MIT",
  9. "category": "games",
  10. "url": "file://@URL/test4-$VERSION-$ARCH.zip",
  11. "eula": "https://github.com/myuser/test4/raw/master/LICENSE",
  12. "homepage": "https://myuser.github.io/test4",
  13. "bugtracker": "https://github.com/myuser/test4/issues",
  14. "depends": [ "test1", "test2" ]
  15. }