feat(resources): automatically generate Windows ICO file

Also corrects the location/adds several other resources
This commit is contained in:
Jason Dreyzehner 2016-10-26 19:41:10 -04:00
commit 2eb47a53a4
9 changed files with 18 additions and 2 deletions

View file

@ -1,2 +1,8 @@
echo "Installing sketchtool... (this requires Sketch.app)"
# This installs sketchtool: https://www.sketchapp.com/tool/
sh /Applications/Sketch.app/Contents/Resources/sketchtool/install.sh
echo "Installing imagemagick... (This requires Homebrew)"
# This requires Homebrew: http://brew.sh/
brew install imagemagick
# imagemagick provides the `convert` utility, used to generate ICO files