Created
July 15, 2015 20:49
-
-
Save cogentParadigm/32acb5d082d404e4c541 to your computer and use it in GitHub Desktop.
Revisions
-
cogentParadigm created this gist
Jul 15, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ #!/bin/sh mkdir ios mkdir android convert $1 -resize 120x120 ios/[email protected] convert $1 -resize 180x180 ios/[email protected] convert $1 -resize 76x76 ios/appicon-76.png convert $1 -resize 152x152 ios/[email protected] convert $1 -resize 40x40 ios/appicon-Small-40.png convert $1 -resize 80x80 ios/[email protected] convert $1 -resize 29x29 ios/appicon-Small.png convert $1 -resize 58x58 ios/[email protected] convert $1 -resize 87x87 ios/[email protected] convert $1 -resize 57x57 ios/appicon.png convert $1 -resize 114x114 ios/[email protected] convert $1 -resize 72x72 ios/appicon-72.png convert $1 -resize 144x144 ios/[email protected] convert $1 -resize 50x50 ios/appicon-Small-50.png convert $1 -resize 100x100 ios/[email protected] convert $1 -resize 1024x1024 ios/iTunesArtwork convert $1 -resize 128x128 android/appicon.png convert $1 -resize 512x512 android/MarketplaceArtwork.png