Browse Source

Added support for Github Windows/Mac clients

tags/v1.3.0
James Moger 11 years ago
parent
commit
8c4eb96400
2 changed files with 7 additions and 3 deletions
  1. 7
    3
      src/main/distrib/data/clientapps.json
  2. BIN
      src/main/resources/github_32x32.png

+ 7
- 3
src/main/distrib/data/clientapps.json View File

@@ -44,13 +44,15 @@
},
{
"name": "GitHub",
"title": "GitHub\u2122 for Macintosh",
"title": "GitHub\u2122 for Mac",
"description": "a free Git client for Mac OS X",
"legal": "\u00a9 2013 GitHub. All rights reserved.",
"cloneUrl": "github-mac://openRepo/${repoUrl}",
"productUrl": "http://mac.github.com",
"transports": [ "http", "https" ],
"platforms": [ "macintosh" ],
"isActive": false
"icon": "github_32x32.png",
"isActive": true
},
{
"name": "GitHub",
@@ -59,8 +61,10 @@
"legal": "\u00a9 2013 GitHub. All rights reserved.",
"cloneUrl": "github-windows://openRepo/${repoUrl}",
"productUrl": "http://windows.github.com",
"transports": [ "http", "https" ],
"platforms": [ "windows" ],
"isActive": false
"icon": "github_32x32.png",
"isActive": true
},
{
"name": "SparkleShare",

BIN
src/main/resources/github_32x32.png View File


Loading…
Cancel
Save