aboutsummaryrefslogtreecommitdiffstats
path: root/art/render.rb
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 /art/render.rb
parent4e6d16c49b1e8b105e6745b8baf52bc87f3ae42a (diff)
render ic_launcher. fixes #1919
Diffstat (limited to 'art/render.rb')
-rwxr-xr-xart/render.rb4
1 files changed, 2 insertions, 2 deletions
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],