aboutsummaryrefslogtreecommitdiffstats
path: root/art/render.rb
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-07-11 21:24:33 +0200
committerChristian Schneppe <christian@pix-art.de>2016-07-12 19:07:13 +0200
commit9cd9754c05954f20621bb0697d99ae927f9e01c2 (patch)
tree472f1b218ebb5ada7acdc5f4c2a0f0c2b3aaa0a3 /art/render.rb
parent4bd73edd50d8298ad78c4859e90bdbb61617fa04 (diff)
show a preview for video files
Diffstat (limited to 'art/render.rb')
-rwxr-xr-xart/render.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/art/render.rb b/art/render.rb
index 0acadfd82..2d1e5abcd 100755
--- a/art/render.rb
+++ b/art/render.rb
@@ -11,8 +11,9 @@ 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],
+ 'play_video.svg' => ['play_video', 96],
'conversations_mono.svg' => ['ic_notification', 24],
'ic_received_indicator.svg' => ['ic_received_indicator', 12],
'ic_read_indicator.svg' => ['ic_read_indicator', 12],