Skip to content

Commit

Permalink
added doc for prepare-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdugne committed May 23, 2020
1 parent e0e7ee2 commit 7718ee9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prepare-icons.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
## generates all icons for iOS and Android
## requires https://www.imagemagick.org/script/index.php
## to enable "convert"
## OSX: brew install imagemagick
################################################################################

#!/bin/sh
iosBase=$PWD/Corona/assets/brand/logo-1024-ios.png
androidBase=$PWD/Corona/assets/brand/logo-1024-android.png
Expand Down

0 comments on commit 7718ee9

Please sign in to comment.