4 Commits
Author SHA1 Message Date
Oliver Hamlet 5a1ccb159d Remove Inkscape dependency for ICO creation
Just use Imagemagick. Fixes #743.
2017-01-06 09:36:58 +00:00
Oliver Hamlet aec6962039 Don't print env vars if Node's execFileSync fails
Just print the error message, to avoid printing sensitive information
(like API access tokens).
2016-12-05 23:51:45 +00:00
Oliver Hamlet c80d1eb5f7 Remove ICO file from repository
Instead generate it as a pre-build step. It can't be generated as part
of the CMake build process because MSVC changes the PATH so that another
convert.exe conflicts with imagemagick's.
2016-12-01 19:03:12 +00:00
Oliver Hamlet 7e2f071aec Add script to create ICO from SVG
It requires Inkscape and ImageMagick to be installed. This does not
replace the existing icon.ico file because of issues integrating the
script into the CI build system, but at least the process is now
documented and reproducible. Closes #713.
2016-12-01 19:03:12 +00:00