diff options
-rw-r--r-- | art/ic_launcher.svg (renamed from art/conversations_baloon.svg) | 0 | ||||
l--------- | art/main_logo.svg | 1 | ||||
-rwxr-xr-x | art/render.rb | 4 |
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], |