copay/resources
Jason Dreyzehner 2eb47a53a4 feat(resources): automatically generate Windows ICO file
Also corrects the location/adds several other resources
2016-10-26 19:52:46 -04:00
..
bitpay feat(resources): automatically generate Windows ICO file 2016-10-26 19:52:46 -04:00
copay feat(resources): automatically generate Windows ICO file 2016-10-26 19:52:46 -04:00
generate.sh feat(resources): automatically generate Windows ICO file 2016-10-26 19:52:46 -04:00
install.sh feat(resources): automatically generate Windows ICO file 2016-10-26 19:52:46 -04:00
readme.md feat(resources): automatically generate Windows ICO file 2016-10-26 19:52:46 -04:00
src.sketch feat(resources): automatically generate Windows ICO file 2016-10-26 19:52:46 -04:00

readme.md

Copay Project Resources

This directory contains a src.sketch file from which all other assets are exported or derived.

Requirements

You'll need Sketch to make any changes to this directory. You'll also need to have Homebrew installed to regenerate all assets.

Sketch and Homebrew are only available for macOS, and several processes in generate.sh require utilities that ship with macOS, so this process requires macOS.

Install sketchtool

If you do not have sketchtool installed, you'll first need to install it.

sh install.sh

Generate assets

To make an update, first make the change in src.sketch, then run:

sh generate.sh

Commit the changes

Be sure to commit the modified src.sketch, as well as any modified exported assets.