Fix overlay generator and overlay
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c951617fb2
commit
1bad7b7abd
|
@ -10,7 +10,8 @@ fi
|
||||||
|
|
||||||
DIR="$(dirname "$(which "$0")")"
|
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
|
envsubst < "$DIR/overlay.svg" > overlay.tmp.svg
|
||||||
|
|
||||||
inkscape -o overlay.png 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 |
Loading…
Reference in New Issue