feat(resources): automatically generate Windows ICO file
Also corrects the location/adds several other resources
This commit is contained in:
parent
e262e29afb
commit
2eb47a53a4
9 changed files with 18 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue