From fb50ace50ae119eafce031730d9d71c47239c7b2 Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 10 May 2013 14:57:29 -0400 Subject: Added Tower icon --- src/main/distrib/data/clientapps.json | 1 + src/main/resources/tower_32x32.png | Bin 0 -> 3073 bytes 2 files changed, 1 insertion(+) create mode 100644 src/main/resources/tower_32x32.png (limited to 'src') 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 }, { diff --git a/src/main/resources/tower_32x32.png b/src/main/resources/tower_32x32.png new file mode 100644 index 00000000..14a4e961 Binary files /dev/null and b/src/main/resources/tower_32x32.png differ -- cgit v1.2.3