Fix build oversight

This commit is contained in:
Neale Pickett 2023-03-11 19:07:35 -07:00
parent aa6defd768
commit e92cd9e097
9 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ cvt () {
mkdir -p out
for i in src/card-treasure*.svg; do
for i in src/*.svg; do
echo "=== $i"
base=$(basename $i .svg)
cp $i out/
cvt $i out/$base.png
cvt out/$base.svg
done
while read name; do

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB