Fix overlay generator and overlay
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2021-12-27 12:44:29 +01:00
parent c951617fb2
commit 1bad7b7abd
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ fi
DIR="$(dirname "$(which "$0")")"
export LOGO_URL="file://$DIR/logoGen/$1.svg"
export LOGO_URL="file://$DIR/$1.svg"
echo "Generating from $LOGO_URL ..."
envsubst < "$DIR/overlay.svg" > overlay.tmp.svg
inkscape -o overlay.png overlay.tmp.svg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB