diff Makefile @ 430:47de9ffed872 stable-1.9.0-9

add feature icon for google play store
author Carl Byington <carl@five-ten-sg.com>
date Fri, 26 Dec 2014 10:35:26 -0800
parents 4d5cb1e185e1
children d29cce60f393
line wrap: on
line diff
--- a/Makefile	Sun Dec 14 19:04:20 2014 -0800
+++ b/Makefile	Fri Dec 26 10:35:26 2014 -0800
@@ -37,6 +37,7 @@
 	ls -al $(apk) $(dest)
 
 buildicon:
+	convert base.510.icon.png -background white -resize 500x500 -extent 1024x500 google.play.store/feature.510.icon.png
 	cp -a   base.510.icon.png                 res/drawable-xxxhdpi/icon.png
 	convert base.510.icon.png -resize 144x144 res/drawable-xxhdpi/icon.png
 	convert base.510.icon.png -resize 96x96   res/drawable-xhdpi/icon.png