From 7e00b30d9b538a689de9e666b9d85a1a633e94f8 Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Sat, 4 Jan 2014 14:54:55 -0800
Subject: added platform icons for download page

---
 Rakefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'Rakefile')

diff --git a/Rakefile b/Rakefile
index 92a883a..1baaea2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,6 +22,9 @@ output_directories = [
   'icons/black/32',
   'icons/black/64',
   'web',
+  'web/32',
+  'web/64',
+  'web/128',
   'linux',
   'linux/hicolor',
   'linux/hicolor/24x24',
@@ -105,10 +108,12 @@ svg_to_raster = [
 
   # web  
   ['svg/kid-jumping-bw.svg',        {:size => 16,  :dest => 'web/favicon.png'}],
-  ['svg/web/arrow-down.svg',        {:size => 32,  :dest => 'web/32'}],
   ['svg/masks/mask.svg',            {:width => 128, :dest => 'web/128'}],
   ['svg/web/rainbow-masthead-small.svg', {:dest => 'web/masthead'}],
-
+  ['svg/web/rainbow-masthead-centered.svg', {:dest => 'web/masthead'}],
+  ['svg/web/icons/*',               {:size => 32,  :dest => 'web/32'}],
+  ['svg/web/icons/*',               {:size => 64,  :dest => 'web/64'}],
+  
   # linux
   ['svg/masks/mask-launcher.svg',   linux_target],
 
-- 
cgit v1.2.3