ruby iconsplash.rb
- Download Ruby script and json file.
- To this add your own 'logo.png' file. You should now have 3 files in your working directory:
- iconsplash.rb
- cordova.json
- logo.png
- Open Terminal and cd to the directory and run
ruby iconsplash.rb
Script requires ImageMagick and the quick_magick ruby gem to be installed.
- Install ImageMagick
- Install on Mac Terminal
brew install imagemagick
- Download ImageMagick for PC
- Install Ruby gem
gem install quick_magick
NB: Mac users have to use sudo gem install quick_magick
if not using RVM.