aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-06-28 08:00:04 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-06-28 08:00:04 +0200
commit9a7f51520e4897be0c10a7f1353e275eb0f4fa89 (patch)
tree3b91f9ef1f3be212fb278af13c7b581dd3791925
parent4e6d16c49b1e8b105e6745b8baf52bc87f3ae42a (diff)
render ic_launcher. fixes #1919
-rw-r--r--art/ic_launcher.svg (renamed from art/conversations_baloon.svg)0
l---------art/main_logo.svg1
-rwxr-xr-xart/render.rb4
3 files changed, 3 insertions, 2 deletions
diff --git a/art/conversations_baloon.svg b/art/ic_launcher.svg
index 96b17d2b..96b17d2b 100644
--- a/art/conversations_baloon.svg
+++ b/art/ic_launcher.svg
diff --git a/art/main_logo.svg b/art/main_logo.svg
new file mode 120000
index 00000000..e62f735a
--- /dev/null
+++ b/art/main_logo.svg
@@ -0,0 +1 @@
+ic_launcher.svg \ No newline at end of file
diff --git a/art/render.rb b/art/render.rb
index e63955da..2b2caacf 100755
--- a/art/render.rb
+++ b/art/render.rb
@@ -11,8 +11,8 @@ resolutions = {
}
images = {
- 'conversations_baloon.svg' => ['ic_launcher', 48],
- 'conversations_baloon.svg' => ['main_logo', 200],
+ 'ic_launcher.svg' => ['ic_launcher', 48],
+ 'main_logo.svg' => ['main_logo', 200],
'conversations_mono.svg' => ['ic_notification', 24],
'ic_received_indicator.svg' => ['ic_received_indicator', 12],
'ic_send_text_offline.svg' => ['ic_send_text_offline', 36],