Mercurial > 510Connectbot
changeset 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 | d5f6d6886113 |
children | a0bff4b39512 |
files | Makefile google.play.store/base.510.icon.512.png google.play.store/feature.510.icon.png google.play.store/screen.1.png google.play.store/screen.2.png |
diffstat | 5 files changed, 1 insertions(+), 0 deletions(-) [+] |
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