From 8c4eb96400c39467f57dc325f67fe15331ea92c6 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 21 May 2013 17:37:20 -0400
Subject: [PATCH] Added support for Github Windows/Mac clients
---
src/main/distrib/data/clientapps.json | 10 +++++++---
src/main/resources/github_32x32.png | 0
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index 12d14b1..0b5fa5b 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",
diff --git a/src/main/resources/github_32x32.png b/src/main/resources/github_32x32.png
new file mode 100644
index 0000000..8b25551
--- /dev/null
+++ b/src/main/resources/github_32x32.png
Binary files differ
--
Gitblit v1.9.1