summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2014-02-24 10:13:15 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2014-02-24 10:13:15 -0800
commit34919385345d9cc0d48c1e3c151294a44ac65dff (patch)
tree7a73ab24c768cee84f4df0713dc031ab9b62b9db /Rakefile
parente83b11267762007ffa4917256f30b738385892f3 (diff)
Added "promo" version of masthead graphic for Google Play Store
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 8ad787c..ebaf857 100644
--- a/Rakefile
+++ b/Rakefile
@@ -112,6 +112,7 @@ svg_to_raster = [
['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/rainbow-masthead-android-promo.svg', {:dest => 'web/masthead'}],
['svg/web/icons/*', {:size => 32, :dest => 'web/32'}],
['svg/web/icons/*', {:size => 64, :dest => 'web/64'}],