diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-21 17:37:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-21 17:37:20 -0400 |
commit | 8c4eb96400c39467f57dc325f67fe15331ea92c6 (patch) | |
tree | fd48a6176b872da33ad898f417a01afa3ab36c4b /src/main/distrib | |
parent | 416614cdc35aff21281df7d1f359cd9f65d5af63 (diff) | |
download | gitblit-8c4eb96400c39467f57dc325f67fe15331ea92c6.tar.gz gitblit-8c4eb96400c39467f57dc325f67fe15331ea92c6.zip |
Added support for Github Windows/Mac clients
Diffstat (limited to 'src/main/distrib')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 12d14b18..0b5fa5b4 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -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",
|