diff options
author | lookshe <github@lookshe.org> | 2016-04-06 00:08:12 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-04-06 00:08:12 +0200 |
commit | aa9b5036d26f27b9d1f0c8bacd934b5d5dd09137 (patch) | |
tree | 71e6572c74b156b1cf8a8ff1c0042c75e04b7694 /art/render.rb | |
parent | d6a076e11281d4c3fb6b9504fe99d799b04ebbbb (diff) |
update to beta-2 and new logo for betatrz/beta-2
Diffstat (limited to 'art/render.rb')
-rwxr-xr-x | art/render.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/art/render.rb b/art/render.rb index b4f84769..c5dd4487 100755 --- a/art/render.rb +++ b/art/render.rb @@ -1,4 +1,4 @@ -#!/bin/env ruby +#!/usr/bin/env ruby require 'xml' @@ -11,8 +11,8 @@ resolutions = { } images = { - 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_mono.svg' => ['ic_notification', 24], + 'conversations_plus_beta_baloons.svg' => ['ic_launcher', 48], + 'conversations_plus_beta_baloons_notification.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], 'ic_send_text_online.svg' => ['ic_send_text_online', 36], |