Skip to content

Commit

Permalink
Update iconVersioning.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kamelury committed Jan 5, 2015
1 parent 569979a commit cb60426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pod/Assets/Scripts/iconVersioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ export PATH=/opt/local/bin/:/opt/local/sbin:$PATH:/usr/local/bin:
convertPath=`which convert`
echo ${convertPath}
if [[ ! -f ${convertPath} || -z ${convertPath} ]]; then
echo "WARNING: Skipping Icon versioning, you need to install ImageMagick, you can use brew to simplify process:
brew install imagemagick"
echo "WARNING: Skipping Icon versioning, you need to install ImageMagick, you can use brew to simplify process:
brew install imagemagick"
exit 0;
fi

gsPath=`which gs`
echo ${gsPath}
if [[ ! -f ${gsPath} || -z ${gsPath} ]]; then
echo "WARNING: Skipping Icon versioning, you need to install ghostscript (fonts) first, you can use brew to simplify process:
brew install ghostscript"
echo "WARNING: Skipping Icon versioning, you need to install ghostscript (fonts) first, you can use brew to simplify process:
brew install ghostscript"
exit 0;
fi

Expand Down

0 comments on commit cb60426

Please sign in to comment.