diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-10 14:57:29 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-10 14:57:29 -0400 |
commit | fb50ace50ae119eafce031730d9d71c47239c7b2 (patch) | |
tree | b70d7747a8963cdddf763775e361495b56e3439c /src/main/distrib/data/clientapps.json | |
parent | 8d44aaddf906a9a08fbd53b48332140a66d94b11 (diff) | |
download | gitblit-fb50ace50ae119eafce031730d9d71c47239c7b2.tar.gz gitblit-fb50ace50ae119eafce031730d9d71c47239c7b2.zip |
Added Tower icon
Diffstat (limited to 'src/main/distrib/data/clientapps.json')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 9aa1e580..0c83d107 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -39,6 +39,7 @@ "cloneUrl": "gittower://openRepo/{0}",
"productUrl": "http://www.git-tower.com",
"platforms": [ "macintosh" ],
+ "icon": "tower_32x32.png",
"isActive": true
},
{
|