/icon-build

Demonstrates converting SVGs into application icons as part of an automated build process

Primary LanguageShellOtherNOASSERTION

Icon Build

License: MIT Build Status

Demonstrates converting SVGs into application icons as part of an automated build process.

The process starts with the master icon file in SVG format, and then:

  1. Linked resources are embedded.

  2. Editable text is converted to paths.

  3. Icons are generated in various formats, including SVG, PNG, ICO.

  4. These are packed into a ZIP archive and uploaded to transfer.sh.

The entire process takes place on Travis CI.