fixed transparency in generated site icons
This commit is contained in:
parent
eb8791ec47
commit
a857b5fc43
|
@ -55,8 +55,10 @@ fix_times() {
|
||||||
#
|
#
|
||||||
|
|
||||||
cp -upr "$SELF/jekyll"/* "$BUILD/"
|
cp -upr "$SELF/jekyll"/* "$BUILD/"
|
||||||
convert.im6 "$SELF/share/solaar/icons/solaar.svg" -resize 48x48 "$BUILD/images/solaar-logo.png"
|
convert.im6 "$SELF/share/solaar/icons/solaar.svg" -transparent white \
|
||||||
convert.im6 "$SELF/share/solaar/icons/solaar.svg" -resize 32x32 "$BUILD/images/favicon.png"
|
-resize 48x48 "$BUILD/images/solaar-logo.png"
|
||||||
|
convert.im6 "$SELF/share/solaar/icons/solaar.svg" -transparent white \
|
||||||
|
-resize 32x32 "$BUILD/images/favicon.png"
|
||||||
|
|
||||||
add_md docs/devices.md
|
add_md docs/devices.md
|
||||||
add_md docs/installation.md
|
add_md docs/installation.md
|
||||||
|
|
Loading…
Reference in New Issue