render ic_launcher. fixes #1919

Daniel Gultsch created

Change summary

art/ic_launcher.svg | 0 
art/main_logo.svg   | 1 +
art/render.rb       | 4 ++--
3 files changed, 3 insertions(+), 2 deletions(-)

Detailed changes

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],